Update script to use proper fully-qualified path for secrets file
This commit is contained in:
parent
1037448918
commit
3b57590ac2
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user