소스 검색

got rid of rm command. keeping the log file

Daniel Gibbs 8 년 전
부모
커밋
df662e06f1
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      lgsm/functions/command_postdetails.sh

+ 0 - 3
lgsm/functions/command_postdetails.sh

@@ -107,9 +107,6 @@ else
 	 core_exit.sh
 fi
 
-# cleanup
-rm "${postdetailslog}" || /bin/true
-
 if [ -z "${alertflag}" ]; then
 	core_exit.sh
 else