From 4ce63ced9aed940e6ea2fa39c4f643d477ec88b9 Mon Sep 17 00:00:00 2001 From: Pratik <68642400+pratikbalar@users.noreply.github.com> Date: Mon, 21 Jun 2021 22:32:37 +0530 Subject: [PATCH] refactor: short bash flags insted of verbose style Co-authored-by: Chinmay Pai --- build/common/worker/healthcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'