From a2fa6a1350e09f004aa48afb8261e20c2305320c Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 31 Mar 2022 08:29:33 +0200 Subject: correct documentation --- scripts/savepads.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 scripts/savepads.sh diff --git a/scripts/savepads.sh b/scripts/savepads.sh old mode 100644 new mode 100755 index 18a55bc..852255c --- a/scripts/savepads.sh +++ b/scripts/savepads.sh @@ -9,7 +9,7 @@ # # Crontab at the 16th minute every three hours: # -# 16 */3 * * * /some/path/sigsum-savepads >>/some/log/file 2>&1 +# 16 */3 * * * /path/to/savepads.sh /path/to/download/dir >>/some/log/file 2>&1 # set -eu -- cgit v1.2.3