coppit / docker-inotify-command

Watch a folder for changes, and run a command in response
GNU Lesser General Public License v2.1
36 stars 32 forks source link

FIX: Updated grep commands to use Variables #3

Closed dth202 closed 6 years ago

dth202 commented 7 years ago

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.

dth202 commented 7 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..."