Code Review
/
kni
/
installer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7c50528
)
Remove comment on prerequisites
75/1175/1
author
Yolanda Robla
<yroblamo@redhat.com>
Fri, 12 Jul 2019 11:04:19 +0000
(13:04 +0200)
committer
Yolanda 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
patch
|
blob
|
history
diff --git
a/utils/prep_host.sh
b/utils/prep_host.sh
index
2eba32f
..
cc51a53
100755
(executable)
--- 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