We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8c825 commit 1163a38Copy full SHA for 1163a38
2 files changed
install/hst-install-debian.sh
@@ -281,7 +281,7 @@ done
281
eval set -- "$args"
282
283
# Parsing arguments
284
-while getopts "a:w:v:j:k:m:M:g:d:x:z:Z:c:t:i:b:r:o:q:l:y:s:u:e:p:W:D:fh" Option; do
+while getopts "a:w:v:j:k:m:M:g:d:x:z:Z:c:t:i:b:r:o:q:L:l:y:s:u:e:p:W:D:fh" Option; do
285
case $Option in
286
a) apache=$OPTARG ;; # Apache
287
w) phpfpm=$OPTARG ;; # PHP-FPM
install/hst-install-ubuntu.sh
@@ -282,7 +282,7 @@ done
288
0 commit comments