Remove comment on prerequisites 75/1175/1
authorYolanda Robla <yroblamo@redhat.com>
Fri, 12 Jul 2019 11:04:19 +0000 (13:04 +0200)
committerYolanda Robla <yroblamo@redhat.com>
Fri, 12 Jul 2019 11:04:19 +0000 (13:04 +0200)
This comes from a test by error and is preventing
the main tasks to be executed.

Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
Change-Id: I07067eec395a651d0f57a45fac2629f28d3f6008

utils/prep_host.sh

index 2eba32f..cc51a53 100755 (executable)
@@ -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