aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsquashfu2
1 files changed, 1 insertions, 1 deletions
diff --git a/squashfu b/squashfu
index 39c5952..1dcbf41 100755
--- a/squashfu
+++ b/squashfu
@@ -26,7 +26,7 @@ create_new_squash () {
# If making first seed, create it empty and return
if [[ $1 -eq -1 ]]; then
- mksquashfs "$UNION_MOUNT" "$SEED" -b 65536
+ mksquashfs "$UNION_MOUNT" "$SEED" -b 65536 >/dev/null
return $?
fi