Parcourir la source

bug discord to pushover

Daniel Gibbs il y a 8 ans
Parent
commit
48bdc6343d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lgsm/functions/alert.sh

+ 1 - 1
lgsm/functions/alert.sh

@@ -107,7 +107,7 @@ elif [ -z "${discordtoken}" ]&&[ "${function_selfname}" == "command_test_alert.s
 fi
 
 if [ "${pushoveralert}" == "on" ]&&[ -n "${pushoveralert}" ]; then
-	alert_discord.sh
+	alert_pushover.sh
 elif [ "${pushoveralert}" != "on" ]&&[ "${function_selfname}" == "command_test_alert.sh" ]; then
 	fn_print_warn_nl "Pushover alerts not enabled"
 	fn_script_log_warn "Pushover alerts not enabled"