Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wolveix authored Sep 10, 2024
1 parent 41baa10 commit f8189b3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -185,4 +181,4 @@ fi

cd /config/gamefiles || exit 1

exec ./FactoryServer.sh -port="$SERVERGAMEPORT" $SERVERIP "$@"
exec ./FactoryServer.sh -Port="$SERVERGAMEPORT" $SERVERIP "$@"

1 comment on commit f8189b3

@ionrover2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you for being on top of this with the 1.0 release!

Please sign in to comment.