Browse Source

mkdirp config

master
ansuz 1 year ago
parent
commit
a745fa1b71
1 changed files with 1 additions and 0 deletions
  1. 1
      container-start.sh

1
container-start.sh

@ -4,6 +4,7 @@
mkdir -p customize
# Copying default config
mkdir -p config
[ ! -f config/config.js ] && echo "Creating config.js" && cp config/config.example.js config/config.js
# Thanks to http://stackoverflow.com/a/10467453

Loading…
Cancel
Save