From 67fad018c24adc50cb144a26167b9c2786e28e1b Mon Sep 17 00:00:00 2001 From: Kelvin Chen Date: Thu, 2 Feb 2017 16:46:50 -0500 Subject: [PATCH] Change args for updated plexupdate script --- Dockerfiles/plex/init | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfiles/plex/init b/Dockerfiles/plex/init index 54775b5..36135fe 100755 --- a/Dockerfiles/plex/init +++ b/Dockerfiles/plex/init @@ -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/"