Update status.inc

This commit is contained in:
2023-11-29 13:52:49 -06:00
parent d04ec173a8
commit 0598a5b525

View File

@@ -301,7 +301,8 @@ STATUS(){
DIVIDER . green 52
fi
for docker in "${!dockers}"; do
if [[ ${NM_SINGLESRVR_DOCKERS[${NTYPE}][@]} =~ ${docker} ]]; then
tmp=${NM_SINGLESRVR_DOCKERS[${NTYPE}]}
if [[ ${tmp[@]} =~ ${docker} ]]; then
echo "docker found - $nip - $docker"
fi
if [ "${NTYPE}" == "WEB" ]; then