From e691eb7a10d1ed618cb670886340b55ad5b7686a Mon Sep 17 00:00:00 2001 From: intrigeri Date: Wed, 17 Aug 2011 12:00:16 +0200 Subject: Allow 'when = XXX' in sh jobs. when=XXX did work already. This patch allow to write this with spaces around the equal sign - as in every other backup.d/ file. --- examples/example.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/example.sh b/examples/example.sh index f02f026..75b0162 100644 --- a/examples/example.sh +++ b/examples/example.sh @@ -1,2 +1,4 @@ +# Note: the spaces around the equal sign ('=') are optional. +when = saturdays at 05:30 dpkg --get-selections > /var/backups/dpkg-selections.txt -- cgit v1.2.3