RSS not using post script
Posted: May 15th, 2012, 10:46 am
Using 0.7.0Beta5
I have some rss feeds setup and added a post script to clean some files from one feed.
I have it set in the defaults at the top but it is not run.
Does it also need to be set in the categories ?
The script is executable (+rx) by anyone and is owned by my user (on a Linux Mint base)
My script is very simple and I added an echo $1 >>~/result.txt but it isn't run
Basically it is just
rm $1/filename
for each one I want deleted so nothing complicated.
I have some rss feeds setup and added a post script to clean some files from one feed.
I have it set in the defaults at the top but it is not run.
Does it also need to be set in the categories ?
The script is executable (+rx) by anyone and is owned by my user (on a Linux Mint base)
My script is very simple and I added an echo $1 >>~/result.txt but it isn't run
Basically it is just
rm $1/filename
for each one I want deleted so nothing complicated.