From 2ccece4a0426ec3f74e960bdf0da9afe7a4d466b Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 9 Jan 2010 00:35:44 -0500 Subject: Use boolean for KEEP_LAST_WEEK --- etc/squashfu.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3