diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-08 18:59:34 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-08 18:59:34 -0500 |
commit | 9afa69d2a20a854554c2ddc4229e8eef2db5955a (patch) | |
tree | 1f89bae83cdfa1dbbc2b98d756542140d34be737 | |
parent | a4908c7bcad64fab32fa86c907b35ed4fbc41d27 (diff) | |
download | squashfu-9afa69d2a20a854554c2ddc4229e8eef2db5955a.tar.gz |
Remove unused code in create_new_seed
-rwxr-xr-x | squashfu | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. |