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