Explorar el Código

Corrected legacy scriptlogdate

Daniel Gibbs hace 9 años
padre
commit
8b9157f361
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lgsm/functions/core_legacy.sh

+ 1 - 1
lgsm/functions/core_legacy.sh

@@ -25,7 +25,7 @@ if [ -z "${lgsmlogdir}" ]; then
 	lgsmlogdir="${scriptlogdir}"
 fi
 
-if [ -z "${scriptlogdate}" ]; then
+if [ -z "${lgsmlogdate}" ]; then
 	lgsmlogdate="${scriptlogdate}"
 fi