瀏覽代碼

Corrected legacy scriptlogdate

Daniel Gibbs 9 年之前
父節點
當前提交
9d5000a979
共有 1 個文件被更改,包括 1 次插入1 次删除
  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