aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-01-15 11:10:39 -0500
committerDave Reisner <d@falconindy.com>2010-01-15 11:10:39 -0500
commitdfc5d5529599deade026c350b5bb3b612e0b7925 (patch)
treec5bb0ebc5336395353135cff8daee5306198b826
parent4028b77ac73533bb8d916244d8a7254466e261af (diff)
downloadsquashfu-dfc5d5529599deade026c350b5bb3b612e0b7925.tar.gz
Return after success in initial seed creation
-rwxr-xr-xsquashfu1
1 files changed, 1 insertions, 0 deletions
diff --git a/squashfu b/squashfu
index ce05ffe..195bb39 100755
--- a/squashfu
+++ b/squashfu
@@ -32,6 +32,7 @@ create_new_squash () {
mount_squash
info "Seed creation finished. It has been mounted at "$SQUASH_MOUNT" \
if you would like to make sure the proper files are included"
+ return 0;
else
die "There was an error creating the initial squash."
fi