diff options
Diffstat (limited to 'sv/snooze-daily')
-rwxr-xr-x | sv/snooze-daily/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sv/snooze-daily/run b/sv/snooze-daily/run index ee629a7..e563b20 100755 --- a/sv/snooze-daily/run +++ b/sv/snooze-daily/run @@ -1,4 +1,4 @@ #!/bin/sh mkdir -p /var/cache/snooze exec snooze -s 1d -t /var/cache/snooze/daily -- sh -c \ - "test -d /etc/cron.daily && run-parts --lsbsysinit /etc/cron.daily; : > /var/cache/snooze/daily" + "test -d /etc/cron.daily && run-parts --lsbsysinit /etc/cron.daily; touch /var/cache/snooze/daily" |