Closed netbrain closed 5 months ago
@sHedC :point_up: is this something you would like to look into?
Also found another issue with config files not being sourced early enough. but fixed it in 4613282
@netbrain - Yes sure I did think of chaning that :)
@netbrain - do you want to push directly or thought branch and pull request?
Preferably PR like before. I'll try to do the same with any changes I have.
Describe the bug Zwift startup hangs on chown of /home/user within container
To Reproduce Steps to reproduce the behavior:
ZWIFT_UID=1000 ZWIFT_GID=1000 zwift.sh
docker logs zwift-$USERNAME
Expected behavior If 1000 eq 1000 on both ZWIFT_UID and ZWIFT_GID it should not run the chown instruction
This is a bug because it causes zwift to take quite some time to start the ui due to this chown business. I think it only is an issue for docker however. so podman should still be fast.