Update script to use proper fully-qualified path for secrets file

This commit is contained in:
Joey Hafner 2024-04-25 17:23:12 -07:00
parent f0b77f370d
commit 198dd867be

View File

@ -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"