diff options
author | intrigeri <intrigeri@boum.org> | 2011-08-17 12:00:16 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2011-08-17 12:15:37 +0200 |
commit | e691eb7a10d1ed618cb670886340b55ad5b7686a (patch) | |
tree | 25096a7863b793367146ac048d7e199dd4ce7240 /examples | |
parent | 52eb8d0c4b4b1d9f0777c6f0b9ff4d4a86858874 (diff) | |
download | backupninja-e691eb7a10d1ed618cb670886340b55ad5b7686a.tar.gz backupninja-e691eb7a10d1ed618cb670886340b55ad5b7686a.tar.bz2 |
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.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/example.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |