From 021ed22d98e3bbc4078c90207d6a9c5badc555bd Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file ./xCAT-server/share/xcat/install/scripts/post.rhels8 --- xCAT-server/share/xcat/install/scripts/post.rhels8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/install/scripts/post.rhels8 b/xCAT-server/share/xcat/install/scripts/post.rhels8 index 5d06b9df0..d875efbaa 100644 --- a/xCAT-server/share/xcat/install/scripts/post.rhels8 +++ b/xCAT-server/share/xcat/install/scripts/post.rhels8 @@ -15,6 +15,6 @@ do msgutil_r "$MASTER_IP" "info" "set NIC $nicname to be activated on system boot" "/var/log/xcat/xcat.log" ;; esac - sed -i 's/ONBOOT=no/ONBOOT=yes/' "$i" + sed -i 's/ONBOOT=no/ONBOOT=yes/' "$i" fi done