瀏覽代碼

Installer script hst-install.sh was not passing arguments further

Fixes #353
Robert Zollner 6 年之前
父節點
當前提交
40d57fa392
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      install/hst-install.sh

+ 1 - 1
install/hst-install.sh

@@ -95,7 +95,7 @@ check_wget_curl(){
 # Check for supported operating system before proceeding with download
 # Check for supported operating system before proceeding with download
 # of OS-specific installer, and throw error message if unsupported OS detected.
 # of OS-specific installer, and throw error message if unsupported OS detected.
 if [[ "$release" =~ ^(8|9|16.04|18.04)$ ]]; then
 if [[ "$release" =~ ^(8|9|16.04|18.04)$ ]]; then
-    check_wget_curl
+    check_wget_curl $*
 else
 else
     no_support_message
     no_support_message
 fi
 fi