F
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
# Load Master.conf
|
||||
load_master_conf() {
|
||||
local script_dir
|
||||
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
local master_conf="$script_dir/../Master.conf"
|
||||
script_dir="$(cd "$(dirname "${BASH_SOURCE[1]}")" && pwd)"
|
||||
local master_conf="$script_dir/Master.conf"
|
||||
|
||||
if [[ -f "$master_conf" ]]; then
|
||||
source "$master_conf"
|
||||
|
||||
Reference in New Issue
Block a user