diff --git a/linuxgsm.sh b/linuxgsm.sh index e9d032fcc..914010d11 100644 --- a/linuxgsm.sh +++ b/linuxgsm.sh @@ -29,6 +29,7 @@ servicename="${selfname}" lockselfname=".${servicename}.lock" lgsmdir="${rootdir}/lgsm" logdir="${rootdir}/log" +lgsmlogdir="${logdir}/lgsm" steamcmddir="${rootdir}/steamcmd" serverfiles="${rootdir}/serverfiles" functionsdir="${lgsmdir}/functions" @@ -369,9 +370,10 @@ else if [ ! -f "${tmpdir}/linuxgsm.sh" ]; then fn_fetch_file_github "" "linuxgsm.sh" "${tmpdir}" "chmodx" "norun" "noforcedl" "nomd5" fi + # Prevents running of core_exit.sh for Travis. if [ "${travistest}" != "1" ]; then getopt=$1 core_getopt.sh fi -fi \ No newline at end of file +fi