2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 14:21:05 +00:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'