Bug fixing.

This commit is contained in:
Your Name
2025-04-25 20:31:25 +12:00
parent f73e6f1ac5
commit d0b7c27af3
6 changed files with 30 additions and 95 deletions

View File

@ -47,7 +47,7 @@ for SERVICE_NAME in ${SERVICE_NAMES}; do
# capture output from the ports script
SERVICE_PORTS=$(bash "${PORTS_FILE}" "${SERVICE_PATH}/config" 2>&1)
else
SERVICE_PORTS="unknown"
SERVICE_PORTS=""
fi
# return the health and ports