Skip to content

Commit

Permalink
Update pgscan.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Dec 23, 2019
1 parent 36c5445 commit 1466848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menu/pgscan/pgscan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ tokenstatus() {
}

plexdockeruser() {
plexdocker=$(cat /var/plexguide/image/plex)
plexdocker=$(docker ps --format {{.Image}} | grep "plex")
if [[ $plexdocker == "linuxserver/plex:latest" ]]; then
echo -e "abc" >/var/plexguide/pgscan/plex.docker
echo "abc" >/var/plexguide/pgscan/plex.docker
else echo "plex" >/var/plexguide/pgscan/plex.docker; fi
}

Expand Down

0 comments on commit 1466848

Please sign in to comment.