Merge branch 'master' of https://github.com/benbusby/no-amp
commit
48495c04f6
4
run.sh
4
run.sh
|
@ -8,8 +8,8 @@ if [[ -z "$NOJS" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Create config json if it doesn't exist
|
# Create config json if it doesn't exist
|
||||||
if [[ -f $SCRIPT_DIR/config.json ]]; then
|
if [[ ! -f $SCRIPT_DIR/app/static/config.json ]]; then
|
||||||
echo "{}" > $SCRIPT_DIR/config.json
|
echo "{}" > $SCRIPT_DIR/app/static/config.json
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pkill flask
|
pkill flask
|
||||||
|
|
Loading…
Reference in New Issue