From d453444d8885c8f42e96a9423f2a67456eba325b Mon Sep 17 00:00:00 2001 From: mischa Date: Sat, 26 Nov 2022 08:49:55 +0100 Subject: [PATCH] () to {} --- launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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