fix another bug in call to Daemon::Contol redirect_filehandles
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2.027006 - 2014-05-27
|
||||||
|
|
||||||
|
[BUG FIXES]
|
||||||
|
|
||||||
|
* fix another bug in call to Daemon::Contol redirect_filehandles
|
||||||
|
|
||||||
2.027004 - 2014-05-15
|
2.027004 - 2014-05-15
|
||||||
|
|
||||||
[BUG FIXES]
|
[BUG FIXES]
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ sub restarter {
|
|||||||
warn "-- $_->{path} updated.\n" for @restart;
|
warn "-- $_->{path} updated.\n" for @restart;
|
||||||
|
|
||||||
signal_child('TERM', $child);
|
signal_child('TERM', $child);
|
||||||
$child = fork_and_start(@program_args);
|
$child = fork_and_start($daemon, @program_args);
|
||||||
exit(1) unless $child;
|
exit(1) unless $child;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user