diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-15 11:10:39 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-15 11:10:39 -0500 |
commit | dfc5d5529599deade026c350b5bb3b612e0b7925 (patch) | |
tree | c5bb0ebc5336395353135cff8daee5306198b826 /squashfu | |
parent | 4028b77ac73533bb8d916244d8a7254466e261af (diff) | |
download | squashfu-dfc5d5529599deade026c350b5bb3b612e0b7925.tar.gz |
Return after success in initial seed creation
Diffstat (limited to 'squashfu')
-rwxr-xr-x | squashfu | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |