mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix directory creation issue with docker run
This commit is contained in:
parent
9959c56e6a
commit
690669e1da
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
# Check if config exists from existing installation (venv or previous docker launch)
|
# Check if config exists from existing installation (venv or previous docker launch)
|
||||||
if [ ! "$(ls -A ./app/config)" ]; then
|
if [ ! "$(ls -A ./app/config)" ]; then
|
||||||
|
mkdir ./app/config/
|
||||||
cp -r ./app/config_original/* ./app/config/
|
cp -r ./app/config_original/* ./app/config/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user