Return in the case of further processing

This commit is contained in:
DM42.Net Zap Dev
2019-08-19 23:13:19 -04:00
parent e5539c0d01
commit e800e2db2b
4 changed files with 6 additions and 6 deletions

View File

@@ -215,7 +215,7 @@ class Cron {
$restart = true;
$generation = intval($argv[2]);
if(! $generation)
killme();
return;
}
reload_plugins();