Better message on return from updatenode -P syncfiles

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9310 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2011-04-14 13:02:45 +00:00
parent 1538339988
commit 00d02a71ae

View File

@ -9,7 +9,8 @@
# do nothing when UPDATENODE=1 because it is done from the top down
if [[ $UPDATENODE -eq 1 ]]; then
echo " Did not sync any files."
echo " Did not sync any files. Use updatenode -F to sync the files."
exit 0
fi