Просмотр исходного кода

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

Fixes #353
Robert Zollner 6 лет назад
Родитель
Сommit
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
 # of OS-specific installer, and throw error message if unsupported OS detected.
 if [[ "$release" =~ ^(8|9|16.04|18.04)$ ]]; then
-    check_wget_curl
+    check_wget_curl $*
 else
     no_support_message
 fi