mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
chore(frappe-worker): Fix linting
This commit is contained in:
parent
e1ed7f1c62
commit
b2876880f4
1 changed files with 2 additions and 1 deletions
|
|
@ -91,6 +91,7 @@ start)
|
|||
/home/frappe/frappe-bench/env/bin/python /home/frappe/frappe-bench/commands/auto_migrate.py
|
||||
fi
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
/home/frappe/frappe-bench/env/bin/gunicorn ${LOAD_CONFIG_FILE} -b 0.0.0.0:${FRAPPE_PORT} \
|
||||
--worker-tmp-dir /dev/shm \
|
||||
--threads=4 \
|
||||
|
|
@ -163,7 +164,7 @@ backup)
|
|||
fi
|
||||
|
||||
for site in ${SITES//:/ }; do
|
||||
bench --site $site backup $WITH_FILES
|
||||
bench --site "$site" backup $WITH_FILES
|
||||
done
|
||||
;;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue