Tvax / seedbox-install

Easy install script for Plex, Sonarr, Radarr, Deluge and Jackett
GNU Affero General Public License v3.0
30 stars 15 forks source link

Create a Linux user #2

Closed Tvax closed 6 years ago

Tvax commented 6 years ago

In the fonction createPlexUser (line 188) allow the user to choose the username of the new Linux user.

jlave-dev commented 6 years ago

I'd be happy to do this! 👍

Tvax commented 6 years ago

Thank you for your pull request !

Now all the lines where "plex" appears have to be modified in order to match the right username !

Exemple (line 54):

User=plex has to be modified to something like this User=${username}

Feel free to do it (or not) ;)

abhinavralhan commented 6 years ago

I've created a PR for the same :+1:

Tvax commented 6 years ago

Still missing some, but thank you !