From 870aec0318e18e974d89f0eeca26fcc5d6893cf0 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 7 Mar 2013 14:27:59 +0000 Subject: [PATCH] fix defect 3403 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15411 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; }