2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-24 15:05:36 +00:00

Remove trailing spaces in file ./xCAT-server/share/xcat/install/scripts/post.rhels8

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent fd82746ab5
commit 021ed22d98

View File

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