Skip to content

Commit

Permalink
Update plex_dupe.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Nov 20, 2019
1 parent 19fc2fa commit 24e0f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menu/plex_dupe/plex_dupe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ tokenstatus() {
automodestatus() {
adep=$(cat /var/plex_dupe/plex.authdel)
if [ "$adep" == "true" ]; then
astatus="✅ AUTO_DELETE = true"
astatus=" AUTO_DELETE = true"
elif [ "$adep" == "false" ]; then
astatus="✅ AUTO_DELETE = false"
astatus=" AUTO_DELETE = false"
else astatus="⚠️ NOT DEPLOYED"; fi
}

Expand Down

0 comments on commit 24e0f26

Please sign in to comment.