Skip to content

Commit

Permalink
force_install_dir should have path as argument (#138)
Browse files Browse the repository at this point in the history
* Realized left the path-argument to force_install_dir to far right. Change to correct place.
  • Loading branch information
leiflundgren committed Jun 6, 2023
1 parent 4445143 commit c956c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Install the server if not already installed
if [[ ! -d sandstorm-server/Insurgency ]]
then
steamcmd/installation/steamcmd.sh +force_install_dir +login anonymous /home/sandstorm/sandstorm-server +app_update 581330 +quit
steamcmd/installation/steamcmd.sh +force_install_dir /home/sandstorm/sandstorm-server +login anonymous +app_update 581330 +quit
fi

# Start normally
Expand Down

0 comments on commit c956c6b

Please sign in to comment.