Update PlexNotify.bash

pull/6/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 51fdc677e1
commit 6fe4847371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
#!/usr/bin/env bash
PLEXURL="http://plexIp:32400"
PLEXTOKEN="plexToken"
PLEXURL="http://$plexIp:32400"
PLEXTOKEN="$plexToken"
lidarrApiKey="$(grep "<ApiKey>" /config/config.xml | sed "s/\ <ApiKey>//;s/<\/ApiKey>//")"
lidarrUrl="http://127.0.0.1:8686"
lidarrRootFolderPath="$(dirname "$Lidarr_Artist_Path")"

Loading…
Cancel
Save