1
0
mirror of https://github.com/factoriotools/factorio-docker.git synced 2024-11-24 08:22:14 +02:00

Merge branch 'hjhixon-patch-1'

This commit is contained in:
Florian Kinder 2024-10-22 23:41:12 +02:00
commit 3defd74c46

View File

@ -46,7 +46,7 @@ fi
./docker-dlc.sh
EXEC=""
if [[ $(id -u) = 0 ]]; then
if [[ $(id -u) == 0 ]]; then
# Update the User and Group ID based on the PUID/PGID variables
usermod -o -u "$PUID" factorio
groupmod -o -g "$PGID" factorio