Skip to content

Commit 1163a38

Browse files
committed
correct bug when install debian and ubuntu resource limit
1 parent 0c8c825 commit 1163a38

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
@@ -281,7 +281,7 @@ done
281281
eval set -- "$args"
282282

283283
# 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
284+
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
285285
case $Option in
286286
a) apache=$OPTARG ;; # Apache
287287
w) phpfpm=$OPTARG ;; # PHP-FPM

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ done
282282
eval set -- "$args"
283283

284284
# Parsing arguments
285-
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
285+
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
286286
case $Option in
287287
a) apache=$OPTARG ;; # Apache
288288
w) phpfpm=$OPTARG ;; # PHP-FPM

0 commit comments

Comments
 (0)