mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
add option to disable update on boot
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
#!/bin/sh
|
||||
printf "\e[0;32m*****STARTING INSTALL/UPDATE*****\e[0m"
|
||||
|
||||
mkdir -p /palworld
|
||||
|
||||
chown -R steam:steam /palworld
|
||||
/home/steam/steamcmd/steamcmd.sh +force_install_dir "/palworld" +login anonymous +app_update 2394010 validate +quit
|
||||
|
||||
# ln -s /home/steam/server/palworld /palworld
|
||||
if [ "${UPDATE_ON_BOOT}" = true ]; then
|
||||
|
||||
printf "\e[0;32m*****STARTING INSTALL/UPDATE*****\e[0m"
|
||||
/home/steam/steamcmd/steamcmd.sh +force_install_dir "/palworld" +login anonymous +app_update 2394010 validate +quit
|
||||
|
||||
fi
|
||||
|
||||
./start.sh
|
||||
Reference in New Issue
Block a user