mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
Merge branch 'master' of https://github.com/benbusby/no-amp
This commit is contained in:
commit
48495c04f6
1 changed files with 2 additions and 2 deletions
4
run.sh
4
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue