Просмотр исходного кода

Added scriptlogdir to legacy vars

Daniel Gibbs 9 лет назад
Родитель
Сommit
eaf1f78842
1 измененных файлов с 4 добавлено и 0 удалено
  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