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
This commit is contained in:
parent
f099ffd1a5
commit
793cb090c4
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user