fix defect #4620 pgsqlsetup script hang on sles11.3
This commit is contained in:
parent
f8bd32838a
commit
b572fc52b4
@ -4124,7 +4124,9 @@ sub restartservice{
|
||||
return -1;
|
||||
}
|
||||
|
||||
xCAT::Utils->runcmd($cmd, -1);
|
||||
#xCAT::Utils->runcmd($cmd, -1);
|
||||
system($cmd);
|
||||
$::RUNCMD_RC=$?;
|
||||
return $::RUNCMD_RC;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user