summaryrefslogtreecommitdiff
path: root/rhel
diff options
context:
space:
mode:
Diffstat (limited to 'rhel')
-rw-r--r--rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh b/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh
index 9bf25a46b..0d4f7d515 100644
--- a/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh
+++ b/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh
@@ -142,8 +142,8 @@ elif [ "$mainline_major" = "4" ] && [ "$mainline_minor" = "12" ]; then
fi
if [ X"$ver_offset" = X ]; then
- echo "This script is not intended to run on kernel $(uname -r)"
- exit 1
+# echo "This script is not intended to run on kernel $(uname -r)"
+ exit 0
fi
#IFS='.\|-' read -r -a version_nums <<<"${current_kernel}"