alpine/base/app/init.d/01-init.sh
myve 4e3c053d54 revert c8fb70cf31
revert Update base/app/init.d/01-init.sh
2024-07-19 06:49:22 +00:00

9 lines
171 B
Bash
Executable file

#!/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