diff --git a/monitor-ip.sh b/monitor-ip.sh
old mode 100644
new mode 100755
index 158271f..9a2930e
--- a/monitor-ip.sh
+++ b/monitor-ip.sh
@@ -109,7 +109,8 @@ if [ "$ip_externe" != "$old_ip_externe" ]; then
if [ $notif == true ]; then
send_mail_notification
- send_gotify_notification
+ #send_gotify_notification
+ pushover -a "syno" -m "L'IP externe a changé:
- ancienne IP: $old_ip_externe
- nouvelle IP: $ip_externe" -f 1
fi
else