Update pushover script. Adjust scripts for new syntax.
This commit is contained in:
parent
f43a82d558
commit
2b800a5fcf
11 changed files with 246 additions and 124 deletions
|
|
@ -57,4 +57,4 @@ grep "^seeder:" /etc/passwd >/dev/null 2>&1 && su - seeder -c /home/seeder/start
|
|||
}
|
||||
|
||||
# Notify that the server has booted.
|
||||
/opt/bin/pushover -T "Successful boot up: ${HOSTNAME%%.*}" -p 1 -m "$(printf '%(%d %b %Y - %H:%M:%S)T')"
|
||||
CONFIG_FILE="server" /opt/bin/pushover -T "Successful boot up: ${HOSTNAME%%.*}" -p 1 -m "$(printf '%(%d %b %Y - %H:%M:%S)T')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue