mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
Fixed ./inspircd cron actually working.. but not claiming too!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@985 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
acefcb7337
commit
f56671a8a3
@ -47,7 +47,8 @@ if ($arg eq "rehash") {
|
||||
}
|
||||
|
||||
if ($arg eq "cron") {
|
||||
if (getstatus() == 0) { start(); exit(); }
|
||||
if (getstatus() == 0) { start(); }
|
||||
exit();
|
||||
}
|
||||
|
||||
if ($arg eq "restart") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user