From 6fe4847371b7b25024a89a71b6ce0cc53c7688c3 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Mon, 13 Jun 2022 16:42:37 +0000 Subject: [PATCH] Update PlexNotify.bash --- root/scripts/PlexNotify.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/scripts/PlexNotify.bash b/root/scripts/PlexNotify.bash index 02b59f4..1da7104 100644 --- a/root/scripts/PlexNotify.bash +++ b/root/scripts/PlexNotify.bash @@ -1,6 +1,6 @@ #!/usr/bin/env bash -PLEXURL="http://plexIp:32400" -PLEXTOKEN="plexToken" +PLEXURL="http://$plexIp:32400" +PLEXTOKEN="$plexToken" lidarrApiKey="$(grep "" /config/config.xml | sed "s/\ //;s/<\/ApiKey>//")" lidarrUrl="http://127.0.0.1:8686" lidarrRootFolderPath="$(dirname "$Lidarr_Artist_Path")"