From f8189b358b66aaca9286be881fc11689ba8abef4 Mon Sep 17 00:00:00 2001 From: Robert Thomas <31854736+wolveix@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:15:03 +0100 Subject: [PATCH] Update run.sh --- run.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/run.sh b/run.sh index 885bd94..5f56e0c 100755 --- a/run.sh +++ b/run.sh @@ -119,10 +119,6 @@ else cp /home/steam/ServerSettings.ini "${GAMECONFIGDIR}/Config/LinuxServer/" fi -if [ -n "$SERVERIP" ]; then - SERVERIP="-multihome=\"$SERVERIP\"" -fi - if [[ "${SKIPUPDATE,,}" != "false" ]] && [ ! -f "/config/gamefiles/FactoryServer.sh" ]; then printf "%s Skip update is set, but no game files exist. Updating anyway\\n" "${MSGWARNING}" SKIPUPDATE="false" @@ -185,4 +181,4 @@ fi cd /config/gamefiles || exit 1 -exec ./FactoryServer.sh -port="$SERVERGAMEPORT" $SERVERIP "$@" +exec ./FactoryServer.sh -Port="$SERVERGAMEPORT" $SERVERIP "$@"