mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user