Change constant name

This commit is contained in:
Ben Sarmiento
2024-04-29 22:17:40 +02:00
parent aca2347ffc
commit 00bd0763d6
2 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
# When zurg detects changes, it can trigger this script IF your config.yml contains
# on_library_update: sh plex_update.sh "$@"
dockerip=$(/sbin/ip route|awk '/default/ { print $3 }') # if zurg is running inside a Docker container
# dockerip=$(/sbin/ip route|awk '/default/ { print $3 }') # if zurg is running inside a Docker container
localip="localhost" # if zurg is running on the host machine, and Plex is running on the same machine
external="plexdomain.com" # if Plex is running on a different machine