소스 검색

Added scriptlogdir to legacy vars

Daniel Gibbs 9 년 전
부모
커밋
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