From d992357a917c07ac0260eb8dfd80d6ad82083b0a Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Wed, 4 Oct 2023 14:21:50 +0200 Subject: [PATCH] add missing var --- uninstall.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/uninstall.sh b/uninstall.sh index 81a9aad..4527265 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -66,8 +66,11 @@ case "$choice" in *"curl"*) curl=yes ;;& - *"nginx"*) - nginx=yes + *"nginxconf"*) + nginxconf=yes + ;;& + *"nginxall"*) + nginxall=yes ;;& *"wget"*) wget=yes