We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0b9609 + ad09ed5 commit afaa65dCopy full SHA for afaa65d
install/hst-install-debian.sh
@@ -210,7 +210,7 @@ done
210
eval set -- "$args"
211
212
# Parsing arguments
213
-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:D: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:D:f:h" Option; do
214
case $Option in
215
a) apache=$OPTARG ;; # Apache
216
n) nginx=$OPTARG ;; # Nginx
install/hst-install-ubuntu.sh
@@ -180,7 +180,7 @@ done
180
181
182
183
184
185
186
0 commit comments