Files
palworld-server-docker/scripts/init.sh

14 lines
299 B
Bash
Raw Normal View History

2024-01-19 14:58:51 +01:00
#!/bin/sh
2024-01-19 19:35:32 +01:00
2024-01-19 14:58:51 +01:00
mkdir -p /palworld
chown -R steam:steam /palworld
2024-01-19 19:35:32 +01:00
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
2024-01-19 14:58:51 +01:00
./start.sh