Compare commits

..

No commits in common. "a89651e9d8fdcf2614869efc556ba9b1514b3509" and "4aed95f44be061a7fc8160f8019b2bfc9d13f9da" have entirely different histories.

View File

@ -14,7 +14,6 @@ if [ -z ${FEEDS} ]; then
fi
mkdir -p /home/rss2email/.rss2email/
echo -e ${FEEDS} > /home/rss2email/.rss2email/feeds.txt
echo -e ${FEEDS} > ~/.rss2email/feeds.txt
/app/rss2email daemon ${RECIPIENTS}