New pushover-client path.

This commit is contained in:
Darren 'Tadgy' Austin 2026-04-28 19:39:09 +01:00
commit b45b3a00ea
5 changed files with 230 additions and 227 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
# Alert that this host is going down.
[[ -x /opt/sbin/pushover-client ]] && /opt/sbin/pushover-client -p -1 -m "Shut down: ${HOSTNAME%%.*}"
[[ -x /opt/bin/pushover-client ]] && /opt/sbin/pushover-client -p -1 -m "Shut down: ${HOSTNAME%%.*}"