2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-28 08:55:52 +00:00

Remove trailing spaces in file xCAT/postscripts/addsiteyum

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent b892e910ca
commit 1743e20b8b

View File

@ -18,7 +18,7 @@ do
TMP=`sed -e '/enabled/d' /etc/yum.repos.d/CentOS-Base.repo | sed -e '/^gpgkey/i enabled=0'`
echo "$TMP" > /etc/yum.repos.d/CentOS-Base.repo
fi
done
exit 0