From 9afa69d2a20a854554c2ddc4229e8eef2db5955a Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Fri, 8 Jan 2010 18:59:34 -0500 Subject: Remove unused code in create_new_seed --- squashfu | 3 --- 1 file changed, 3 deletions(-) diff --git a/squashfu b/squashfu index 6a30ff5..7946ba2 100755 --- a/squashfu +++ b/squashfu @@ -25,9 +25,6 @@ create_new_seed () { # about it at the end and suggest --resquash debug "Making new squash seed $(basename $SEED)" mksquashfs "${BKUP_ROOT}/rw" "$SEED" -b 65536 - - # Delete the rsync source since its now squashed - #[[ "$1" == "--initial" ]] && rm -rf "${BKUP_ROOT}/rw/*" } # The meat and potatoes of this bad agent. -- cgit v1.2.3