From: Yolanda Robla Date: Fri, 12 Jul 2019 11:04:19 +0000 (+0200) Subject: Remove comment on prerequisites X-Git-Tag: akraino_r2~53 X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F75%2F1175%2F1;p=kni%2Finstaller.git Remove comment on prerequisites This comes from a test by error and is preventing the main tasks to be executed. Signed-off-by: Yolanda Robla Change-Id: I07067eec395a651d0f57a45fac2629f28d3f6008 --- diff --git a/utils/prep_host.sh b/utils/prep_host.sh index 2eba32f..cc51a53 100755 --- a/utils/prep_host.sh +++ b/utils/prep_host.sh @@ -102,11 +102,11 @@ then exit 1 fi -# Check whether user had supplied -h or --help . If yes display usage +# Check whether user had supplied -h or --help . If yes display usage if [[ ( $1 == "--help") || $1 == "-h" ]] then display_usage exit 1 fi -#prerequisites +prerequisites