update with fix for steamcmd refusing to update files
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 3s

This commit is contained in:
Merith-TK 2024-12-10 05:00:37 +00:00
parent 7e2e006c62
commit 1fec55efc0
3 changed files with 17 additions and 12 deletions

View file

@ -18,6 +18,11 @@ export DEFAULT_RESONITE_ARGS="-LogsPath /data/resonite/logs \
$RESONITE_ARGS"
mkdir -p /data/home /data/resonite /data/steamcmd
## set /data to be owned by root user during install
# required because steamcmd checks if folder is owned by current user
chown root:root /data/ -R
## Have to do this here, as otherwise stuff doesnt work for some reason
# using source so runtime vars can be updated as needed
source /scripts/01_install.sh