Browse Source

Corrected legacy scriptlogdate

Daniel Gibbs 9 years ago
parent
commit
8b9157f361
1 changed files with 1 additions and 1 deletions
  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}"
 	lgsmlogdir="${scriptlogdir}"
 fi
 fi
 
 
-if [ -z "${scriptlogdate}" ]; then
+if [ -z "${lgsmlogdate}" ]; then
 	lgsmlogdate="${scriptlogdate}"
 	lgsmlogdate="${scriptlogdate}"
 fi
 fi