diff options
author | Linus Nordberg <linus@nordberg.se> | 2022-03-31 08:29:33 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2022-03-31 08:29:33 +0200 |
commit | a2fa6a1350e09f004aa48afb8261e20c2305320c (patch) | |
tree | cf62bb1733a59ab5f2c4e954907fb90fec45cd22 | |
parent | 88e691cb29c6c1e3618c5ee7faf645b349517672 (diff) |
correct documentation
-rwxr-xr-x[-rw-r--r--] | scripts/savepads.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/savepads.sh b/scripts/savepads.sh index 18a55bc..852255c 100644..100755 --- 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 |