mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2024-11-10 17:26:48 +08:00
fix info cron
This commit is contained in:
parent
55f25a5b7f
commit
eda7967f66
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ add dst-host=*.{$_domain}</pre>
|
|||
# Expired Cronjob Every 5 Minutes
|
||||
*/5 * * * * cd {$dir} && {$php} cron.php
|
||||
|
||||
# Expired Cronjob Every 5 Minutes
|
||||
# Expired Cronjob Every 1 Hour
|
||||
0 * * * * cd {$dir} && {$php} cron.php
|
||||
</pre>
|
||||
<pre>
|
||||
|
|
Loading…
Reference in a new issue