Commit a1bd6482 by Dwight Engen Committed by Stéphane Graber

display warning when yum missing in fedora template

This early exit is preventing the warning message that follows it from being shown. Signed-off-by: 's avatarDwight Engen <dwight.engen@oracle.com>
parent bf7d76cf
......@@ -354,7 +354,6 @@ needed_pkgs=""
type yum >/dev/null 2>&1
if [ $? -ne 0 ]; then
needed_pkgs="yum $needed_pkgs"
exit 1
fi
type curl >/dev/null 2>&1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment