fix defect #4519 [DEV]too much duplicate /etc/fstab entries on service node

This commit is contained in:
immarvin 2015-01-13 02:55:47 -08:00
parent 312dec35bf
commit 7705db6a4f

View File

@ -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)
{