summaryrefslogtreecommitdiff
path: root/src/chroot-tools/hooks-chcleanup.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-11-25 22:15:04 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-11-25 22:15:04 -0500
commitb9e047bf0e31236be69388a91422686c55bd702b (patch)
treee1c85ead71079391cef9568a385f2fab3cd51cdb /src/chroot-tools/hooks-chcleanup.sh
parentf1f07ff1a3191ef6e753215f10575200a9697685 (diff)
chroot-tools: no longer involve 'nobody'
Diffstat (limited to 'src/chroot-tools/hooks-chcleanup.sh')
-rw-r--r--src/chroot-tools/hooks-chcleanup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot-tools/hooks-chcleanup.sh b/src/chroot-tools/hooks-chcleanup.sh
index 0fd0f72..7afb13d 100644
--- a/src/chroot-tools/hooks-chcleanup.sh
+++ b/src/chroot-tools/hooks-chcleanup.sh
@@ -25,7 +25,7 @@ clean_chroot() (
local copydir=$1
if $INCHROOT; then
cd /startdir
- sudo -u nobody "$(librelib chroot/chcleanup)"
+ "$(librelib chroot/chcleanup)"
else
librechroot "${librechroot_flags[@]}" clean-pkgs
fi