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 Jan 13, 2020
1 parent 26acf62 commit 3d42dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/pgscan/pgscan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ deploycheck() {
}
pdockeruser() {
plexcontainerversion=$(docker ps --format '{{.Image}}' | grep "plex")
if [[ "$plexcontainerversion" == "linuxserver/plex:latest" ]]; the
if [[ "$plexcontainerversion" == "linuxserver/plex:latest" ]]; then
echo -e "abc" >/var/plexguide/pgscan/plex.docker
else echo "plex" >/var/plexguide/pgscan/plex.docker
fi
Expand Down

0 comments on commit 3d42dda

Please sign in to comment.