From 08d4443c02b19600edec98c8e25d61b7cad67add Mon Sep 17 00:00:00 2001 From: climberomes Date: Thu, 11 Dec 2025 17:55:18 -0800 Subject: [PATCH] Error on bad input --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index 8eaca706..e58c12ca 100644 --- a/installers/common.sh +++ b/installers/common.sh @@ -441,7 +441,7 @@ function _prompt_install_feature() { echo -e $function else - _install_status 0 "Invalid VPN provider ID ${!opt} - (Skipped)" + _install_status 1 "Invalid VPN provider ID ${!opt} - (Skipped)" fi elif [ "${!opt}" == 1 ]; then echo -e