diff --git a/base/app/init.d/01-init.sh b/base/app/init.d/01-init.sh index 3a0303b..d618f6b 100755 --- a/base/app/init.d/01-init.sh +++ b/base/app/init.d/01-init.sh @@ -1,9 +1,8 @@ #!/usr/bin/env bash - # Create base directories for dir in vnc config ssh do [ -d ~/.${dir} ] || mkdir -p ~/.${dir} done -## OPTIONAL: More commands may be added below +## OPTIONAL: More commands may be added below \ No newline at end of file