From 51e4b693c08164e3d28bb7cec573d9d2e54e9edb Mon Sep 17 00:00:00 2001 From: Devin Slick Date: Sun, 25 Oct 2015 11:12:53 -0500 Subject: [PATCH] Typos I just corrected a few typos I noticed while I was reviewing --- plexupdate.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plexupdate.sh b/plexupdate.sh index b1fadb4..dd52ecc 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -34,8 +34,8 @@ if [ -z "${BASH_VERSINFO}" ]; then exit 255 fi #################################################################### -# Set these two to what you need, or create a .plexupdate file -# in your home directory with these two (avoids changing this) +# Set these three settings to what you need, or create a .plexupdate file +# in your home directory with this section (avoids changing this). # DOWNLOADDIR is the full directory path you would like the download to go. # EMAIL= @@ -69,7 +69,7 @@ if [ -f ~/.plexupdate ]; then source ~/.plexupdate fi -# Current pages we need - Do not change unless Plex.tv changea again +# Current pages we need - Do not change unless Plex.tv changes again URL_LOGIN=https://plex.tv/users/sign_in URL_DOWNLOAD=https://plex.tv/downloads?channel=plexpass URL_DOWNLOAD_PUBLIC=https://plex.tv/downloads