fix defect #4519 [DEV]too much duplicate /etc/fstab entries on service node
This commit is contained in:
parent
312dec35bf
commit
7705db6a4f
@ -429,7 +429,7 @@ sub setupInstallloc
|
||||
{
|
||||
|
||||
# update fstab
|
||||
my $cmd = "grep $master:$installloc $installdir /etc/fstab ";
|
||||
my $cmd = "grep \"$master:$installloc $installdir\" /etc/fstab ";
|
||||
xCAT::Utils->runcmd($cmd, -1);
|
||||
if ($::RUNCMD_RC != 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user