catchup, merge conflicts

This commit is contained in:
Joey Ross
2024-01-26 13:55:49 -06:00
13 changed files with 330 additions and 29 deletions

View File

@@ -1,5 +1,9 @@
#!/bin/bash
if [ "${RCON_ENABLED}" = true ]; then
rcon-cli save
fi
DATE=$(date +"%Y-%m-%d_%H-%M-%S")
FILE_PATH="/palworld/backups/palworld-save-${DATE}.tar.gz"
cd /palworld/Pal/ || exit

View File

@@ -75,5 +75,5 @@ password: ${ADMIN_PASSWORD}
EOL
printf "\e[0;32m*****STARTING SERVER*****\e[0m\n"
echo "bash -c '${STARTCOMMAND[@]}'"
echo "bash -c '${STARTCOMMAND[@]}"
su steam -c "bash -c '${STARTCOMMAND[@]}'"