Explorar o código

added scriptlog to legacy vars

Daniel Gibbs %!s(int64=9) %!d(string=hai) anos
pai
achega
a8811b39cd
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      lgsm/functions/core_legacy.sh

+ 8 - 0
lgsm/functions/core_legacy.sh

@@ -17,6 +17,14 @@ if [ -z "${lgsmlogdir}" ]; then
 	lgsmlogdir="${scriptlogdir}"
 fi
 
+if [ -z "${lgsmlog}" ]; then
+	lgsmlog="${scriptlog}"
+fi
+
+if [ -z "${scriptlogdate}" ]; then
+	lgsmlogdate="${scriptlogdate}"
+fi
+
 if [ -z "${steamcmddir}" ]; then
 	steamcmddir="${rootdir}/steamcmd"
 fi