Răsfoiți Sursa

Merge pull request #1520 from bromfj/master

Fix for issue 1517 'DOI Setup Broken'
Daniel Gibbs 9 ani în urmă
părinte
comite
2fbdc5be65
1 a modificat fișierele cu 3 adăugiri și 1 ștergeri
  1. 3 1
      linuxgsm.sh

+ 3 - 1
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
+fi