diff --git a/run.sh b/run.sh index 2878c2a..098a6dd 100755 --- a/run.sh +++ b/run.sh @@ -8,8 +8,8 @@ if [[ -z "$NOJS" ]]; then fi # Create config json if it doesn't exist -if [[ -f $SCRIPT_DIR/config.json ]]; then - echo "{}" > $SCRIPT_DIR/config.json +if [[ ! -f $SCRIPT_DIR/app/static/config.json ]]; then + echo "{}" > $SCRIPT_DIR/app/static/config.json fi pkill flask