2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 17:46:38 +00:00

Fix syntax error in pgsqlsetup

This commit is contained in:
Mark Gurevich 2023-02-15 16:00:44 -05:00
parent 8dd9fb1ee4
commit 1add9d09f0

View File

@ -318,7 +318,7 @@ if (($INIT) && ($xcatrunningpgsql == 0))
# if that does not exist use resolved hostname
# double check site.master for resolution
my $sitefile = "$::backupdir/site.csv";
my $cmd = "grep \"master $sitefile";
my $cmd = q{grep \"master } . $sitefile;
my @output = xCAT::Utils->runcmd($cmd, -1);
if ($::RUNCMD_RC == 0) # entry in site table
{