From 901e26b8ac5f7504b10669b1f75846104f21c73b Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 25 Nov 2022 18:52:37 -0500 Subject: [PATCH] Update crowdsec.sh --- misc/crowdsec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/crowdsec.sh b/misc/crowdsec.sh index 95984108..7f509ba8 100644 --- a/misc/crowdsec.sh +++ b/misc/crowdsec.sh @@ -27,7 +27,7 @@ function error_exit() { echo -e "$flag $msg" 1>&2 exit $EXIT } -if command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Can't Install on Proxmox "; fi +if command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Can't Install on Proxmox "; exit; fi while true; do read -p "This will Install ${APP} on $hostname. Proceed(y/n)?" yn case $yn in