refactor: short bash flags insted of verbose style

Co-authored-by: Chinmay Pai <chinmaydpai@gmail.com>
This commit is contained in:
Pratik
2021-06-21 22:32:37 +05:30
committed by GitHub
parent c19158cd76
commit 4ce63ced9a

View File

@@ -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'