From 2e11fb79f12539cc08655a8b9a4df6b0e469fad4 Mon Sep 17 00:00:00 2001 From: dpeca Date: Sun, 25 Aug 2019 02:15:31 +0200 Subject: [PATCH] Update vst-install-debian.sh --- install/vst-install-debian.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index 845ffd5d..3b59bed6 100644 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -184,7 +184,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:e:p:u:1:fh" Option; do case $Option in a) apache=$OPTARG ;; # Apache 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 s) servername=$OPTARG ;; # Hostname e) email=$OPTARG ;; # Admin email - e) secret_url=$OPTARG ;; # Secret URL for hosting panel - e) port=$OPTARG ;; # Vesta port + u) secret_url=$OPTARG ;; # Secret URL for hosting panel + 1) port=$OPTARG ;; # Vesta port p) vpass=$OPTARG ;; # Admin password f) force='yes' ;; # Force install h) help ;; # Help