diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-09 00:35:44 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-09 00:35:44 -0500 |
commit | 2ccece4a0426ec3f74e960bdf0da9afe7a4d466b (patch) | |
tree | b6a34d3ebbdf1c28397229d6b561728a9506e34b | |
parent | e1c9f95b2912857608fdc38833ce33d72c5b2d62 (diff) | |
download | squashfu-2ccece4a0426ec3f74e960bdf0da9afe7a4d466b.tar.gz |
Use boolean for KEEP_LAST_WEEK
-rw-r--r-- | etc/squashfu.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/squashfu.conf b/etc/squashfu.conf index b4b71b7..89a10c1 100644 --- a/etc/squashfu.conf +++ b/etc/squashfu.conf @@ -37,7 +37,7 @@ RSYNC_OPTS=("-Rua" "--delete" "--stats") # will be discarded. If you have room for a second seed, # keep this enabled until you are sure everything is working # correctly. -KEEP_LAST_WEEK=1 +KEEP_LAST_WEEK=true # Set this to the day of the week you want a resquash to occur. # Days are numbered according to the output of 'date +%u' -- 1 |