michalpolkowski / alt-f

Automatically exported from code.google.com/p/alt-f
0 stars 0 forks source link

Patch for /trunk/alt-f/customroot/usr/www/cgi-bin/couchpotato2.cgi #135

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Find the correct single line from the config. Without the patch, if user inputs 
email address to CP, email will be returned as part of input. When saving such 
input, bad things happen.

Original issue reported on code.google.com by scott.mu...@gmail.com on 22 Mar 2013 at 5:54

Attachments:

GoogleCodeExporter commented 9 years ago
The following is to fix the same issue in 
"svn/trunk/alt-f/customroot/usr/www/cgi-bin/couchpotato2_proc.cgi"

...         
44  44              fi
45  45          fi
46  46      
47      -       sed -i "s|^to[[:space:]]*=.*|to = $conf_dir|" $CPCONF
47  +       sed -i "/renamer/,/updater/ s|^to[[:space:]]*=.*|to = $conf_dir|" $CPCONF
48  48          # FIXME: SABdownload, /mnt/md0/SABnzbd/Complete/Movies
49  49          # sed -i "s|^download.*=.*|download = ???|" $CPCONF
50  50      
... 

Original comment by scott.mu...@gmail.com on 22 Mar 2013 at 6:01

GoogleCodeExporter commented 9 years ago
Closed by SVN commit 2263

Thanks

Original comment by whoami.j...@gmail.com on 22 Mar 2013 at 9:57