mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Update vst-install-debian.sh
This commit is contained in:
parent
c923cabc19
commit
2e11fb79f1
1 changed files with 3 additions and 3 deletions
|
@ -184,7 +184,7 @@ done
|
||||||
eval set -- "$args"
|
eval set -- "$args"
|
||||||
|
|
||||||
# Parsing arguments
|
# 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:e:p:u:1:fh" Option; do
|
||||||
case $Option in
|
case $Option in
|
||||||
a) apache=$OPTARG ;; # Apache
|
a) apache=$OPTARG ;; # Apache
|
||||||
n) nginx=$OPTARG ;; # Nginx
|
n) nginx=$OPTARG ;; # Nginx
|
||||||
|
@ -208,8 +208,8 @@ 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
|
||||||
y) interactive=$OPTARG ;; # Interactive install
|
y) interactive=$OPTARG ;; # Interactive install
|
||||||
s) servername=$OPTARG ;; # Hostname
|
s) servername=$OPTARG ;; # Hostname
|
||||||
e) email=$OPTARG ;; # Admin email
|
e) email=$OPTARG ;; # Admin email
|
||||||
e) secret_url=$OPTARG ;; # Secret URL for hosting panel
|
u) secret_url=$OPTARG ;; # Secret URL for hosting panel
|
||||||
e) port=$OPTARG ;; # Vesta port
|
1) port=$OPTARG ;; # Vesta port
|
||||||
p) vpass=$OPTARG ;; # Admin password
|
p) vpass=$OPTARG ;; # Admin password
|
||||||
f) force='yes' ;; # Force install
|
f) force='yes' ;; # Force install
|
||||||
h) help ;; # Help
|
h) help ;; # Help
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue