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