Procházet zdrojové kódy

see pull request

https://github.com/dgibbs64/linuxgsm/pull/582/
Daniel Gibbs před 10 roky
rodič
revize
b6d94429d5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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