mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-20 21:20:36 +00:00
fix defect #4620 pgsqlsetup script hang on sles11.3
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user