Explorar el Código

Added scriptlogdir to legacy vars

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

+ 4 - 0
lgsm/functions/core_legacy.sh

@@ -21,6 +21,10 @@ if [ -z "${lgsmlog}" ]; then
 	lgsmlog="${scriptlog}"
 fi
 
+if [ -z "${lgsmlogdir}" ]; then
+	lgsmlogdir="${scriptlogdir}"
+fi
+
 if [ -z "${scriptlogdate}" ]; then
 	lgsmlogdate="${scriptlogdate}"
 fi