Change args for updated plexupdate script
This commit is contained in:
parent
feb6649cae
commit
67fad018c2
|
@ -2,8 +2,7 @@
|
||||||
|
|
||||||
# Update to latest plexpass version
|
# Update to latest plexpass version
|
||||||
if [[ "$PLEX_EMAIL" ]]; then
|
if [[ "$PLEX_EMAIL" ]]; then
|
||||||
echo -e "EMAIL='$PLEX_EMAIL'\nPASS='$PLEX_PASSWORD'" > "$HOME/.plexupdate"
|
plexupdate -ad --email "$PLEX_EMAIL" --pass "$PLEX_PASSWORD"
|
||||||
plexupdate -ad
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p "/config/Plex Media Server/"
|
mkdir -p "/config/Plex Media Server/"
|
||||||
|
|
Loading…
Reference in New Issue