Merge branch 'main' into Server-Description

This commit is contained in:
Carlos M. Martinez
2024-01-26 08:29:13 -05:00
9 changed files with 107 additions and 18 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