Skip to content
Henric Andersson edited this page Nov 17, 2016 · 10 revisions

Welcome

This wiki holds tips and tricks and various information regarding the use of plexupdate.sh

Run plexupdate.sh on a schedule

Why should I use a config file?

Because putting your plexpass account information inside a script is a bad idea. Typically plexupdate.sh is run as root, which has a nice sideeffect, you can essentially make the plexupdate configuration file readable by you only or even just root, preventing other users to see your password.

Obviously, this might be a bit overdramatic since you're not likely running a multi-user setup at home, but in general, in the unix/linux community, placing ones credentials inside a script is frowned upon and makes it difficult to easily share the script since it now holds confidential information.