Closed dth202 closed 6 years ago
The hard coded UID and GID are causing issues with the coppit/filebot docker container when trying to start the watcher. It throws the following message inside the container:
ERROR: Found user "" with the proper user ID but incorrect group ID. Refusing to modify the group ID. Exiting..."
Replace Hard coded UID (99) and GID (100) in grep commands with the Variables $USER_ID and $GROUP_ID that it is suppose to be using.