Tidy up output

This commit is contained in:
Adam Outler
2025-10-23 21:16:15 -04:00
parent 7a3bf6716c
commit 0897c05200
5 changed files with 8 additions and 7 deletions

View File

@@ -45,6 +45,6 @@ if [ "${failures}" -ne 0 ]; then
exit 0
fi
if [ ! -f "${SYSTEM_NGINX_CONFIG}/conf.active" ]; then
if [ ! -d "${SYSTEM_NGINX_CONFIG}/conf.active" ]; then
echo "Note: Using default listen address ${LISTEN_ADDR}:${PORT} (no ${SYSTEM_NGINX_CONFIG}/conf.active override)."
fi