Update top.sh

This commit is contained in:
tschettervictor
2024-12-16 12:29:09 -07:00
committed by GitHub
parent 63314675af
commit 3c927338c8

View File

@@ -57,7 +57,7 @@ fi
bastille_root_check
for _jail in ${JAILS}; do
check_target_is_running "${TARGET}"
check_target_is_running "${_jail}"
info "[${_jail}]:"
jexec -l "${_jail}" /usr/bin/top
echo -e "${COLOR_RESET}"