Skip to content

Commit af296a5

Browse files
authored
Update xseed.sh path
1 parent 9d7f22a commit af296a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

xseed.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ usenetclientname="SABnzbd"
1111
xseed_host="crossseed"
1212
xseed_port="2468"
1313
# Set a path to store this script's database of prior searched
14-
log_file="/.config/xseed_db.log"
14+
# This is mounted to /config in the containers
15+
log_file="/config/xseed_db.log"
1516
# Optional; Set to "" to ignore
1617
xseed_apikey=""
1718

0 commit comments

Comments
 (0)