Skip to content

Commit

Permalink
Merge branch 'hjhixon-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Fank committed Oct 22, 2024
2 parents 0ec91c3 + dde2761 commit 3defd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/files/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3defd74

Please sign in to comment.