aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-01-08 18:59:34 -0500
committerDave Reisner <d@falconindy.com>2010-01-08 18:59:34 -0500
commit9afa69d2a20a854554c2ddc4229e8eef2db5955a (patch)
tree1f89bae83cdfa1dbbc2b98d756542140d34be737
parenta4908c7bcad64fab32fa86c907b35ed4fbc41d27 (diff)
downloadsquashfu-9afa69d2a20a854554c2ddc4229e8eef2db5955a.tar.gz
Remove unused code in create_new_seed
-rwxr-xr-xsquashfu3
1 files changed, 0 insertions, 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.