diff --git a/build/common/worker/healthcheck.sh b/build/common/worker/healthcheck.sh index 5811d740..d42c57be 100755 --- a/build/common/worker/healthcheck.sh +++ b/build/common/worker/healthcheck.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -o errexit -o allexport -o nolog +set -ea COMMON_SITE_CONFIG_JSON='/home/frappe/frappe-bench/sites/common_site_config.json'