OpenRepeater / scripts

Misc scripts live here like system build scripts. This is a Work-In-Progress...
5 stars 9 forks source link

Missing command to create svxlink user when installing svxlink from source #9

Closed Dloranger closed 6 years ago

Dloranger commented 6 years ago

https://github.com/OpenRepeater/scripts/blob/2.x.x/functions/functions.sh#L120

Somewhere before the command "make install" the command

useradd -r -g daemon svxlink

needs to be run or the make install will fail for unknown user

abcrawford commented 6 years ago

I had usermod line, but after the make install. I was missing the user add. I grouped these commands together and moved them above the cmake and make install section. With my initial testing I do not see any failures in the make install. Thanks for the valuable feedback.