From 4d02ce7e370e16261a75ed7b72e71d06ed216e69 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sun, 13 Apr 2025 20:22:10 -0600 Subject: [PATCH] htop: Bugfix for binary location --- usr/local/share/bastille/htop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/htop.sh b/usr/local/share/bastille/htop.sh index fe2607d0..6aeaa3cf 100644 --- a/usr/local/share/bastille/htop.sh +++ b/usr/local/share/bastille/htop.sh @@ -94,6 +94,6 @@ fi if [ ! -x "${bastille_jailsdir}/${TARGET}/root/usr/local/bin/htop" ]; then error_notify "htop not found on ${TARGET}." -elif [ -x "${bastille_jail_path}/usr/local/bin/htop" ]; then +elif [ -x "${bastille_jailsdir}/${TARGET}/root/usr/local/bin/htop" ]; then jexec -l ${TARGET} /usr/local/bin/htop fi