diff --git a/launch.sh b/launch.sh index 2660283..abf0b7b 100755 --- a/launch.sh +++ b/launch.sh @@ -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