Change displaying the error message when running updatenode -Psysfiles to logging it
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14982 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
b5ad559476
commit
cb75f60dd3
@ -9,7 +9,8 @@
|
||||
|
||||
# do nothing when UPDATENODE=1 because it is done from the top down
|
||||
if [ -n "$UPDATENODE" ] && [ $UPDATENODE -eq 1 ]; then
|
||||
echo " Did not sync any files. Use updatenode -F to sync the files."
|
||||
#echo " Did not sync any files. Use updatenode -F to sync the files."
|
||||
logger -t xCAT -p local4.err "$0: Did not sync any files. Use updatenode -F to sync the files."
|
||||
|
||||
exit 0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user