From 198dd867bead4e04c750fe49b12fd8c12263952f Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Thu, 25 Apr 2024 17:23:12 -0700 Subject: [PATCH] Update script to use proper fully-qualified path for secrets file --- homelab/fighter/config/qbittorrent/discord_notifier.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homelab/fighter/config/qbittorrent/discord_notifier.sh b/homelab/fighter/config/qbittorrent/discord_notifier.sh index 9bca9dcd..6099d993 100644 --- a/homelab/fighter/config/qbittorrent/discord_notifier.sh +++ b/homelab/fighter/config/qbittorrent/discord_notifier.sh @@ -1,7 +1,7 @@ #!/bin/bash # Discord webhook details -discord_webhook_url="$(cat discord_notifier_secrets.env)" +discord_webhook_url="$(cat /discord_notifier_secrets.env)" # Get variables from qBitTorrent. Remember to make sure these align with your qBittorrent variables passed in settings. torrent_name="$1"