add missing var
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user