summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xxci/xci-deploy.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/xci/xci-deploy.sh b/xci/xci-deploy.sh
index 24936dd5..f3b3c0cc 100755
--- a/xci/xci-deploy.sh
+++ b/xci/xci-deploy.sh
@@ -91,11 +91,11 @@ case ${OS_FAMILY,,} in
;;
esac
-# There is no CentOS or openSUSE support at all
-if [[ $OS_FAMILY != Debian ]]; then
+# There is no CentOS support at all
+if [[ $OS_FAMILY == RedHat ]]; then
echo ""
- echo "Error: Sorry, only Ubuntu hosts are supported for now!"
- echo "Error: CentOS7 and openSUSE Leap support is still work in progress."
+ echo "Error: Sorry, only Ubuntu and SUSE hosts are supported for now!"
+ echo "Error: CentOS 7 support is still work in progress."
echo ""
exit 1
fi