parent
8b54797eba
commit
4e55d20297
|
|
@ -3,6 +3,9 @@ sleep 2
|
||||||
|
|
||||||
cd /home/container
|
cd /home/container
|
||||||
|
|
||||||
|
# Make internal Docker IP address available to processes.
|
||||||
|
export INTERNAL_IP=`ip route get 1 | awk '{print $NF;exit}'`
|
||||||
|
|
||||||
# Update Rust Server
|
# Update Rust Server
|
||||||
./steam/steamcmd.sh +login anonymous +force_install_dir /home/container +app_update 258550 +quit
|
./steam/steamcmd.sh +login anonymous +force_install_dir /home/container +app_update 258550 +quit
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user