diff --git a/fighter/config/qbittorrent/discord_notifier.sh b/fighter/config/qbittorrent/discord_notifier.sh index 9bca9dc..6099d99 100644 --- a/fighter/config/qbittorrent/discord_notifier.sh +++ b/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"