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:
parent
8dd9fb1ee4
commit
1add9d09f0
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user