mirror of
https://github.com/ivuorinen/f2b.git
synced 2026-03-10 19:59:11 +00:00
fix: watch logs across all jails (#4)
This commit is contained in:
2
f2b
2
f2b
@@ -755,7 +755,7 @@ if [ "$F2B_ARG1" == "logs-watch" ]; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
# loop over jails and watch logs for all of them
|
# loop over jails and watch logs for all of them
|
||||||
for JAIL in "${F2B_JAILS[@]}"; do
|
for JAIL in "${F2B_JAILS_ARRAY[@]}"; do
|
||||||
f2b_poll_jail_log_entries "$JAIL"
|
f2b_poll_jail_log_entries "$JAIL"
|
||||||
done
|
done
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user