4 lines
143 B
Bash
Executable file
4 lines
143 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Alert that this host is up.
|
|
[[ -x /opt/sbin/pushover-client ]] && /opt/sbin/pushover-client -p -1 -m "Boot up: ${HOSTNAME%%.*}"
|