|
|
@ -401,6 +401,8 @@ else |
|
|
|
fi |
|
|
|
fi |
|
|
|
fi |
|
|
|
# Configs have to be loaded twice to allow start startparameters to pick up all vars |
|
|
|
fn_configs(){ |
|
|
|
# shellcheck source=/dev/null |
|
|
|
source "${configdirserver}/_default.cfg" |
|
|
|
# Load the common.cfg config. If missing download it. |
|
|
@ -444,7 +446,11 @@ else |
|
|
|
if [ ! -f "${tmpdir}/linuxgsm.sh" ]; then |
|
|
|
fn_fetch_file_github "" "linuxgsm.sh" "${tmpdir}" "chmodx" "norun" "noforcedl" "nomd5" |
|
|
|
fi |
|
|
|
} |
|
|
|
fn_configs |
|
|
|
fn_configs |
|
|
|
fi |
|
|
|
|
|
|
|
# Enables ANSI colours from core_messages.sh. Can be disabled with ansi=off. |
|
|
|
fn_ansi_loader |
|
|
|
# Prevents running of core_exit.sh for Travis-CI. |
|
|
|