add pushover support at boot
This commit is contained in:
+3
-1
@@ -49,7 +49,9 @@ if [ -e $flagfile ] ; then
|
|||||||
pushbullet)
|
pushbullet)
|
||||||
sleep 30; sendPushBullet "$pushbulletSubject" "$text" ;;
|
sleep 30; sendPushBullet "$pushbulletSubject" "$text" ;;
|
||||||
telegram)
|
telegram)
|
||||||
sleep30; sendTelegram "$text" "$telegramSubject" ;;
|
sleep 30; sendTelegram "$text" "$telegramSubject" ;;
|
||||||
|
pushover)
|
||||||
|
sleep 30; sendPushover "$text" "$pushoverSubject" ;;
|
||||||
esac
|
esac
|
||||||
rm $flagfile
|
rm $flagfile
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user