mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-23 11:40:25 +00:00
fix typo, lost a {
This commit is contained in:
@@ -960,7 +960,7 @@ $SIG{TERM} = $SIG{INT} = sub {
|
||||
}
|
||||
|
||||
#----used for command log start---------
|
||||
if ($cmdlog_svrpid)
|
||||
if ($cmdlog_svrpid){
|
||||
kill 2, $cmdlog_svrpid;
|
||||
}
|
||||
#----used for command log end---------
|
||||
|
Reference in New Issue
Block a user