2
0
mirror of git://github.com/lxc/lxc synced 2025-08-31 15:07:17 +00:00

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: Dwight Engen <dwight.engen@oracle.com>
This commit is contained in:
Dwight Engen
2012-10-04 13:12:41 -04:00
committed by Stéphane Graber
parent bf7d76cf3a
commit a1bd64823c

View File

@@ -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