Skip to content

Commit afaa65d

Browse files
authored
Merge pull request hestiacp#809 from jaapmarcus/interactive-installer-fix
Interactive Installer fix
2 parents c0b9609 + ad09ed5 commit afaa65d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ done
210210
eval set -- "$args"
211211

212212
# 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
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:f:h" Option; do
214214
case $Option in
215215
a) apache=$OPTARG ;; # Apache
216216
n) nginx=$OPTARG ;; # Nginx

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ done
180180
eval set -- "$args"
181181

182182
# Parsing arguments
183-
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
183+
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
184184
case $Option in
185185
a) apache=$OPTARG ;; # Apache
186186
n) nginx=$OPTARG ;; # Nginx

0 commit comments

Comments
 (0)