mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Backport of ./inspircd restart fix
git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4043 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
ec448c2898
commit
04f4da1460
@ -57,6 +57,7 @@ if ($arg eq "cron") {
|
||||
|
||||
if ($arg eq "restart") {
|
||||
stop();
|
||||
unlink($pidfile) if (-e $pidfile);
|
||||
start();
|
||||
# kthxbye();
|
||||
exit();
|
||||
|
Loading…
x
Reference in New Issue
Block a user