From 08b5a74e51c85c10227c476043a56174ce9de537 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 4 Nov 2016 16:48:22 -0400 Subject: [PATCH] Update readme (#134) --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dedcfba..0414647 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The main benefit with git clone is that you can update to latest version very ea To quickly setup plexupdate.sh, you should run it the first time like below: ``` -./plexupdate.sh --email="my.email@plex-server.com" --pass="my-secret-plex-password" --dldir="/a/folder/to/save/the/files/in" --saveconfig +./plexupdate.sh --email='my.email@plex-server.com' --pass='my-secret-plex-password' --dldir='/a/folder/to/save/the/files/in' --saveconfig ``` Obviously you need to change these so they match your account information. And if you don't put anything as for the ```--dldir``` option, the tool will use the folder you're executing the script from. So take care. @@ -94,6 +94,14 @@ Several new command line options are available. They can be specified in any ord This is the port that Plex Media Server uses. - ```--saveconfig``` Saves the configuration as it is currently. This will take whatever is in the config file, plus whatever is specified on the command line and will save the config file with that information. Any information in the config file that plexupdate.sh does not understand or use WILL BE LOST. + +### Logs + +The script now outputs everything to a file (by default `/tmp/plexupdate.log`). This log ***MAY*** contain passwords, so if you post it online, ***USE CAUTION***. + +To change the default log file, you can specify a new location: + +```FILE_STDOUTLOG="" ./plexupdate.sh ``` # Running it