From fe90d9b8733b4824b6f1215287bcfaa223850c89 Mon Sep 17 00:00:00 2001 From: evilhero Date: Sun, 10 Sep 2017 11:55:43 -0400 Subject: [PATCH] FIX: Stupid path change caused invalid stash notice --- post-processing/torrent-auto-snatch/getlftp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-processing/torrent-auto-snatch/getlftp.sh b/post-processing/torrent-auto-snatch/getlftp.sh index 1fcafad8..0d8ec7c1 100755 --- a/post-processing/torrent-auto-snatch/getlftp.sh +++ b/post-processing/torrent-auto-snatch/getlftp.sh @@ -3,7 +3,7 @@ ##-- start configuration #this needs to be edited to the full path to the get.conf file containing the torrent client information -configfile='/home/hero/mylar/post-processing/torrent-auto-snatch/get.conf' +configfile='/opt/mylar/post-processing/torrent-auto-snatch/get.conf' #this is the temporary location where it will make sure the conf is safe for use (by default this should be fine if left alone) configfile_secured='/tmp/get.conf'