aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.