add pushover support at boot
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user