Skip to content

Commit

Permalink
silence debugfs
Browse files Browse the repository at this point in the history
Produces tons of chmod/chown errors when run as user
  • Loading branch information
lnussel committed Jan 24, 2022
1 parent aa2b437 commit 247fbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-vm
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ vm_setup() {
find "$BUILD_ROOT" -mindepth 1 -maxdepth 1 -print0 | xargs -0 --no-run-if-empty rm -rf
if test -z "$CLEAN_BUILD" -a -e "$VM_ROOT" ; then
echo "Recovering former build root"
debugfs -f <(echo rdump / "$BUILD_ROOT") "$VM_ROOT"
debugfs -f <(echo rdump / "$BUILD_ROOT") "$VM_ROOT" 2>/dev/null
fi
fi
local clean_build="$CLEAN_BUILD"
Expand Down

0 comments on commit 247fbc5

Please sign in to comment.