Update script to use proper fully-qualified path for secrets file
Some checks failed
Deploy to Fighter / Deploy (push) Failing after 1s
Deploy to Fighter / Notify (push) Successful in 2s

This commit is contained in:
Joey Hafner 2024-04-25 17:23:12 -07:00
parent 1037448918
commit 3b57590ac2

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Discord webhook details # 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. # Get variables from qBitTorrent. Remember to make sure these align with your qBittorrent variables passed in settings.
torrent_name="$1" torrent_name="$1"