Add documentation for env variable MODS and make it actually change the mod directory (#520)

This commit is contained in:
Yannick Beauchamp-H
2024-10-22 17:22:20 -04:00
committed by GitHub
parent f9040c7450
commit 0ec91c3391
2 changed files with 15 additions and 13 deletions

View File

@ -102,6 +102,7 @@ FLAGS=(\
--server-adminlist "$CONFIG/server-adminlist.json" \
--rcon-password "$(cat "$CONFIG/rconpw")" \
--server-id /factorio/config/server-id.json \
--mod-directory "$MODS" \
)
if [ -n "$CONSOLE_LOG_LOCATION" ]; then