Added DLC_SPACE_AGE environment variable (#519)

* Added DLC_SPACE_AGE environment variable to enable or disable dlc related mods

Took 53 minutes

* 🎨

Took 2 minutes
This commit is contained in:
Florian Kinder
2024-10-22 20:40:34 +02:00
committed by GitHub
parent d137f32c2f
commit 89ae20012e
3 changed files with 53 additions and 12 deletions

View File

@ -43,6 +43,8 @@ if [[ ${UPDATE_MODS_ON_START:-} == "true" ]]; then
./docker-update-mods.sh
fi
./docker-dlc.sh
EXEC=""
if [[ $(id -u) = 0 ]]; then
# Update the User and Group ID based on the PUID/PGID variables