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