From 03982d899689eb2d2f955443394a5a1621d4626f Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Tue, 17 Dec 2024 14:29:29 -0700 Subject: [PATCH] Update package --- package/debian-chroot/package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/debian-chroot/package b/package/debian-chroot/package index 87afd437f..41f422ace 100644 --- a/package/debian-chroot/package +++ b/package/debian-chroot/package @@ -48,7 +48,7 @@ debian-chroot() { } preremove() { source /home/root/.config/debian-chroot.conf - if lsof "$chroot_path" 2>/dev/null | grep "$chroot_path"; then + if lsof "$chroot_path" 2> /dev/null | grep "$chroot_path"; then echo "Error: debian-chroot has running processes" exit 1 fi