mirror of
https://github.com/benbusby/whoogle-search.git
synced 2025-07-09 03:04:13 -04:00
Fixed small bug in run script
This commit is contained in:
parent
066c253c4d
commit
044559eba9
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…
x
Reference in New Issue
Block a user