[go: nahoru, domu]

Skip to content

Commit

Permalink
Silence debugd output
Browse files Browse the repository at this point in the history
  • Loading branch information
dnschneid committed Jul 10, 2018
1 parent 4a8a13f commit 0c1f52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host-bin/unmount-chroot
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ done
# HACK: restart debugd when running tests to avoid namespace issues.
# This will go away when we start using mount namespaces.
if [ -n "$CROUTON_UNMOUNT_RESTART_DEBUGD" ]; then
restart debugd || true
restart debugd >/dev/null || true
fi

# Re-disable USB persistence (the Chromium OS default) if we no longer
Expand Down

0 comments on commit 0c1f52d

Please sign in to comment.