From 00d02a71ae00c1967dbc38435b2f17f69ba05b93 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 14 Apr 2011 13:02:45 +0000 Subject: [PATCH] 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 --- xCAT/postscripts/syncfiles | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT/postscripts/syncfiles b/xCAT/postscripts/syncfiles index eeda46913..0c61d5923 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 [[ $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