New pushover-client path.
This commit is contained in:
parent
e1dbe7748f
commit
b45b3a00ea
5 changed files with 230 additions and 227 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Alert that this host is up.
|
||||
[[ -x /opt/sbin/pushover-client ]] && /opt/sbin/pushover-client -p -1 -m "Boot up: ${HOSTNAME%%.*}"
|
||||
[[ -x /opt/bin/pushover-client ]] && /opt/sbin/pushover-client -p -1 -m "Boot up: ${HOSTNAME%%.*}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue