diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-11-02 13:29:33 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-11-02 16:29:45 +0100 |
commit | e1f6ddab39486dd9819a20b5538f8b6c6b7c7e66 (patch) | |
tree | a9216c90f15c64688aba397d63626ef9484b9c43 /crontab | |
parent | 9fcab419ba819273ed95fdfa76b08c87d72cb3e8 (diff) |
Add tarball support to multipastes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'crontab')
-rw-r--r-- | crontab | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,2 +1,2 @@ -28 1 * * * php ~/index.php file cron -28 2 * * * php ~/index.php user cron
\ No newline at end of file +*/10 * * * * php ~/index.php file cron +28 * * * * php ~/index.php user cron |