2
0
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:
huweihua
2015-08-23 22:37:51 -04:00
parent 61be8eddee
commit 4058f6b60a

View File

@@ -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---------