2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 11:10:24 +00:00

Remove trailing spaces in file xCAT-buildkit/share/xcat/kits/kit_build/chef/chef-x86_64/scripts/server.rpm_post

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent b45b0270e4
commit 1c4cdf5921

View File

@@ -10,7 +10,7 @@
#-------------------------------------------------------------------------------
if [ -f "/proc/cmdline" ]; then # prevent running it during install into chroot image
#Now configure the chef server
/xcatpost/config_chef_server
/xcatpost/config_chef_server
fi
exit 0