Kind of nit-picky, but the part about "without trailing slash" is no longer necessary. Your logic handles with or without a trailing slash.

This commit is contained in:
Andrew Parker 2015-10-01 00:16:23 -06:00
parent cfaa29d804
commit c34d83d77a

View file

@ -30,7 +30,7 @@
#################################################################### ####################################################################
# Set these two to what you need, or create a .plexupdate file # Set these two to what you need, or create a .plexupdate file
# in your home directory with these two (avoids changing this) # in your home directory with these two (avoids changing this)
# DOWNLOADDIR is the full directory path you would like the download to go, without trailing slash. # DOWNLOADDIR is the full directory path you would like the download to go.
# #
EMAIL= EMAIL=
PASS= PASS=