Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Dec 17, 2024
1 parent fb77b4d commit 03982d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/debian-chroot/package
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03982d8

Please sign in to comment.