add missing var

This commit is contained in:
Daniel Hansson
2023-10-04 14:21:50 +02:00
committed by GitHub
parent 386e548d5c
commit d992357a91

View File

@@ -66,8 +66,11 @@ case "$choice" in
*"curl"*) *"curl"*)
curl=yes curl=yes
;;& ;;&
*"nginx"*) *"nginxconf"*)
nginx=yes nginxconf=yes
;;&
*"nginxall"*)
nginxall=yes
;;& ;;&
*"wget"*) *"wget"*)
wget=yes wget=yes