From cb75f60dd3a5333a0025846dfae0cb23ed7b7042 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 24 Jan 2013 13:06:06 +0000 Subject: [PATCH] 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 --- xCAT/postscripts/syncfiles | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT/postscripts/syncfiles b/xCAT/postscripts/syncfiles index 634a4f730..ce9419af5 100644 --- a/xCAT/postscripts/syncfiles +++ b/xCAT/postscripts/syncfiles @@ -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