diff --git a/Install-as-a-daemon.md b/Install-as-a-daemon.md index 080b5cd..92703e8 100644 --- a/Install-as-a-daemon.md +++ b/Install-as-a-daemon.md @@ -61,7 +61,7 @@ To automate the PlexPy script just do this in the jail shell (in root directory) * Type: `cp /usr/local/share/plexpy/init-scripts/init.freenas /etc/rc.d/plexpy` * Type: `chmod 777 /etc/rc.d/plexpy` * Type: `edit /etc/rc.d/plexpy` - * Edit the following line: `${plexpy_user:="xxxx"}` (I just used 'root') + * Edit the user in the following line: `${plexpy_user:="xxxx"}` (I just used 'root') * Save and close the file * Type: `sysrc plexpy_enable="YES"`. * Start PlexPy using `service plexpy start`.