This commit is contained in:
mischa 2022-11-26 08:49:55 +01:00
parent 08de93e3d6
commit d453444d88
1 changed files with 1 additions and 1 deletions

View File

@ -73,5 +73,5 @@ if [ $? ]; then
echo
echo "SUCCES! - deployed ${1}"
notify.pl deployed ${1}
pushover.pl -m "$(SERVER) ${1} deployed" -t "OpenBSD Amsterdam"
pushover.pl -m "${SERVER} ${1} deployed" -t "OpenBSD Amsterdam"
fi