Update status.inc

This commit is contained in:
2023-11-29 13:52:07 -06:00
parent c7d2fddc92
commit d04ec173a8

View File

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