2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-05-13 18:04:15 +00:00

bug#4488 Failed to run ospkgs for SLES12

This commit is contained in:
Casandra Qiu
2014-12-19 16:28:34 -05:00
parent dcb5505ca6
commit 130cab8a62
+1 -1
View File
@@ -492,7 +492,7 @@ if ( pmatch "$OSVER" "sles10*" ); then
fi
fi
fi
elif ( pmatch "$OSVER" "sles" ); then
elif ( pmatch "$OSVER" "sles*" ); then
#check if zypper is installed
result=`rpm -q zypper`
if [ $? -ne 0 ]; then