mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 11:26:13 +00:00
system: retain spacing on previous
This commit is contained in:
parent
c37e82a909
commit
cbea88de68
@ -1647,6 +1647,7 @@ function system_cron_configure($verbose = false)
|
||||
$crontab_contents .= "{$item['wday']}\t";
|
||||
$crontab_contents .= "({$item['command']}) > /dev/null\n";
|
||||
}
|
||||
|
||||
file_put_contents('/var/cron/tabs/root', $crontab_contents);
|
||||
killbypid('/var/run/cron.pid', 'HUP');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user