This commit is contained in:
Thijs van Loef
2024-01-20 22:32:45 +01:00
committed by GitHub
parent 8db9c0ff10
commit 941d105fc0

View File

@@ -13,7 +13,7 @@ if [ -n "${PUBLIC_IP}" ]; then
fi fi
if [ -n "${PUBLIC_PORT}" ]; then if [ -n "${PUBLIC_PORT}" ]; then
STARTCOMMAND="${STARTCOMMAND} -publiport=${PUBLIC_PORT}" STARTCOMMAND="${STARTCOMMAND} -publicport=${PUBLIC_PORT}"
fi fi
if [ -n "${SERVER_NAME}" ]; then if [ -n "${SERVER_NAME}" ]; then