From 793cb090c476c0ecbee7a2d455c117f3edb677da Mon Sep 17 00:00:00 2001 From: xq2005 Date: Wed, 10 Jul 2013 08:23:04 +0000 Subject: [PATCH] bug 3678, does not display the error message git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16923 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/configeth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/configeth b/xCAT/postscripts/configeth index 4f1b30b41..cd894dda0 100755 --- a/xCAT/postscripts/configeth +++ b/xCAT/postscripts/configeth @@ -104,7 +104,7 @@ if ($rm_nics) { # update or remove config file. my $dir = "/etc/sysconfig/network"; # just move nic file to file.old - `mv $dir/ifcfg-$nics_rm[$i] $dir/ifcfg-$nics_rm[$i].old`; + `mv $dir/ifcfg-$nics_rm[$i] $dir/ifcfg-$nics_rm[$i].old >/dev/null 2>&1`; } else {