From 941d105fc0c01be5da87d8a207fb313a4d3b70ce Mon Sep 17 00:00:00 2001 From: Thijs van Loef <58031337+thijsvanloef@users.noreply.github.com> Date: Sat, 20 Jan 2024 22:32:45 +0100 Subject: [PATCH] fix typo --- scripts/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start.sh b/scripts/start.sh index b3b1c72af..6d0d92c9f 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -13,7 +13,7 @@ if [ -n "${PUBLIC_IP}" ]; then fi if [ -n "${PUBLIC_PORT}" ]; then - STARTCOMMAND="${STARTCOMMAND} -publiport=${PUBLIC_PORT}" + STARTCOMMAND="${STARTCOMMAND} -publicport=${PUBLIC_PORT}" fi if [ -n "${SERVER_NAME}" ]; then