mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -07:00
Update vst-install-debian.sh
missed a change
This commit is contained in:
parent
13e2f473e2
commit
c79785c790
1 changed files with 20 additions and 19 deletions
|
@ -76,6 +76,7 @@ help() {
|
|||
-t, --spamassassin Install SpamAssassin [yes|no] default: yes
|
||||
-i, --iptables Install Iptables [yes|no] default: yes
|
||||
-b, --fail2ban Install Fail2ban [yes|no] default: yes
|
||||
-r, --remi Install Remi repo [yes|no] default: yes
|
||||
-o, --softaculous Install Softaculous [yes|no] default: yes
|
||||
-q, --quota Filesystem Quota [yes|no] default: no
|
||||
-l, --lang Default language default: en
|
||||
|
@ -182,7 +183,7 @@ done
|
|||
eval set -- "$args"
|
||||
|
||||
# Parsing arguments
|
||||
while getopts "a:n:w:v:j:k:m:g:d:x:z:c:t:i:b:r:o:q:l:y:s:e:p:fh" Option; do
|
||||
while getopts "a:n:w:v:j:k:m:g:d:x:z:c:t:i:b:r:o:q:l:y:s:u:e:p:fh" Option; do
|
||||
case $Option in
|
||||
a) apache=$OPTARG ;; # Apache
|
||||
n) nginx=$OPTARG ;; # Nginx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue