add pushover support at boot

This commit is contained in:
belgotux
2023-01-09 00:18:47 +01:00
parent 6f16022b45
commit f6f02877e6
+2
View File
@@ -50,6 +50,8 @@ if [ -e $flagfile ] ; then
sleep 30; sendPushBullet "$pushbulletSubject" "$text" ;;
telegram)
sleep 30; sendTelegram "$text" "$telegramSubject" ;;
pushover)
sleep 30; sendPushover "$text" "$pushoverSubject" ;;
esac
rm $flagfile
fi