added pushover title for relaunch.sh

This commit is contained in:
mischa 2022-11-13 21:14:43 +01:00
parent fafc102ec8
commit ae03111551
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (c) 2019-2021 Mischa Peters <mischa @ openbsd.amsterdam>
# Copyright (c) 2019-2022 Mischa Peters <mischa @ openbsd.amsterdam>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@ -55,5 +55,5 @@ if [ $? ]; then
echo
echo "SUCCES! - re-deployed ${1}"
notify.pl redeployed ${1}
pushover.pl -m "$(hostname -s) ${1} re-deployed"
pushover.pl -m "$(hostname -s) ${1} re-deployed" -t "OpenBSD Amsterdam"
fi