Skip to content

Commit

Permalink
Added status update when getting Plex IP address
Browse files Browse the repository at this point in the history
  • Loading branch information
BeansIsFat committed Jan 29, 2020
1 parent c1985bf commit 9a98ac8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ComparePlexLibraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ LIB1=Movies
LIB2=Movies-4K
DIR=/mnt/local/Media/ExportTools
TMPFILE=-level\ 1.csv.tmp-Wait-Please

printf "Getting Plex IP address"
PLEXIP=$(docker inspect \
-f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' plex)
printf '\33[2K\r'

for LIBRARY in $LIB1 $LIB2
do
Expand Down

0 comments on commit 9a98ac8

Please sign in to comment.