Skip to content

Commit 40d57fa

Browse files
committed
Installer script hst-install.sh was not passing arguments further
Fixes hestiacp#353
1 parent 32327f5 commit 40d57fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ check_wget_curl(){
9595
# Check for supported operating system before proceeding with download
9696
# of OS-specific installer, and throw error message if unsupported OS detected.
9797
if [[ "$release" =~ ^(8|9|16.04|18.04)$ ]]; then
98-
check_wget_curl
98+
check_wget_curl $*
9999
else
100100
no_support_message
101101
fi

0 commit comments

Comments
 (0)