소스 검색

see pull request

https://github.com/dgibbs64/linuxgsm/pull/582/
Daniel Gibbs 10 년 전
부모
커밋
b6d94429d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      functions/command_monitor.sh

+ 1 - 1
functions/command_monitor.sh

@@ -45,7 +45,7 @@ else
 	if [ "${emailnotification}" = "on" ]; then
 		subject="${servicename} Monitor - Restarting ${servername}"
 		actiontaken="restarted ${servername}"
-		email.shnotification
+		email.sh
 	fi
 fi
 sleep 0.5