scottlamb / moonfire-nvr

Moonfire NVR, a security camera network video recorder
Other
1.19k stars 138 forks source link

Fix chown in build instructions. #260

Closed tim-seoss closed 1 year ago

tim-seoss commented 1 year ago

The build instructions currently fail if the user doesn't have a group matching their user name (not a universally adopted convention). Update the command to use the following functionality of the chown command:

"If a colon but no group name follows the user name, that user is made the owner of the files and the group of the files is changed to that user's login group."