Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin9705 committed Jun 9, 2020
1 parent 52f61c2 commit 705e159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/functions/apps_interface_sub
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ common_fcreate_silent "/pg/data/$app"
app_status=$(docker ps | grep "\<$app\>")

# for plex claim token process
if [[ "$app" == "plex" && $plex_token_final == "" ]]; then
if [[ "$app" == "plex" && $plex_token_status == "" ]]; then
ptoken_final="
[C] Claim Token [NO TOKEN]"
elif [[ "$app" == "plex" && $plex_token_final != "" ]]; then
elif [[ "$app" == "plex" && $plex_token_status != "" ]]; then
ptoken_final="
[C] Claim Token [TOKEN SET]"
else ptoken_final=""
Expand Down

0 comments on commit 705e159

Please sign in to comment.