This commit is contained in:
2026-03-24 20:50:35 +00:00
parent 5d23bf7f58
commit 77f8b7d8a0
+2 -2
View File
@@ -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"