Change args for updated plexupdate script

This commit is contained in:
Kelvin Chen 2017-02-02 16:46:50 -05:00
parent feb6649cae
commit 67fad018c2
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@
# Update to latest plexpass version
if [[ "$PLEX_EMAIL" ]]; then
echo -e "EMAIL='$PLEX_EMAIL'\nPASS='$PLEX_PASSWORD'" > "$HOME/.plexupdate"
plexupdate -ad
plexupdate -ad --email "$PLEX_EMAIL" --pass "$PLEX_PASSWORD"
fi
mkdir -p "/config/Plex Media Server/"