about summary refs log tree commit diff
path: root/sv/snooze-monthly/run
diff options
context:
space:
mode:
Diffstat (limited to 'sv/snooze-monthly/run')
-rwxr-xr-xsv/snooze-monthly/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv/snooze-monthly/run b/sv/snooze-monthly/run
index b83c500..bc6bffd 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 \
-	"test -d /etc/cron.monthly && run-parts --lsbsysinit /etc/cron.monthly; : > /var/cache/snooze/monthly"
+	"test -d /etc/cron.monthly && run-parts --lsbsysinit /etc/cron.monthly; touch /var/cache/snooze/monthly"