From 6d6ab9b95102deee3fd8fec576e2eb3fb0ec9286 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 7 Mar 2013 14:26:49 +0000 Subject: [PATCH] fix defect 3403 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15410 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/bin/updatenode | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-client/bin/updatenode b/xCAT-client/bin/updatenode index e8b7e2431..b0c14fe5c 100755 --- a/xCAT-client/bin/updatenode +++ b/xCAT-client/bin/updatenode @@ -113,9 +113,9 @@ if (($::USER) && ($::SECURITY)) xCAT::MsgUtils->message("E", $msg); exit 1; } -if (($::USER) && (($::FILESYNC) || ($::SNFILESYNC))) +if (($::USER) && ($::SNFILESYNC)) { - my $msg = "-l option is not allowed with -F or -f options."; + my $msg = "-l option is not allowed with -f options."; xCAT::MsgUtils->message("E", $msg); exit 1; }