diff --git a/imagesync.sh b/imagesync.sh index 52ae851..04f5f4f 100755 --- a/imagesync.sh +++ b/imagesync.sh @@ -124,7 +124,7 @@ else fi print_waiting "Checking root filesystem" -e2fsck -y $root +e2fsck -y $root &> /dev/null fsck=$? if [ "$fsck" != 0 ] && [ "$fsck" != 1 ] || [ "$rewrite_rootfs" == "true" ];then print_done