Update dsmon.sh

This commit is contained in:
2023-01-02 11:09:27 -06:00
parent 963778cccb
commit 6b851856d6

View File

@@ -111,7 +111,8 @@ CHECK(){
checkhost=$(CHECK_HOST ${host_ip[$hostid]})
if [ "${checkhost}" != "false" ]; then
for hl in (${host_limits[${hostid}]}); do
hostlimits=(${host_limits[${hostid}]})
for hl in ${hostlimits[@]}; do
echo $hl
done