Update base/app/init.d/01-init.sh

This commit is contained in:
myve 2024-07-19 23:41:52 +00:00
commit 3916838ee3

View file

@ -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