diff --git a/scripts/entryPoint.sh b/scripts/entryPoint.sh index 2be9a52..6de73c7 100755 --- a/scripts/entryPoint.sh +++ b/scripts/entryPoint.sh @@ -14,6 +14,7 @@ if [ -z ${FEEDS} ]; then fi -echo -e ${FEEDS} > ~/.rss2email/feeds.txt + +echo -e ${FEEDS} > /home/rss2email/.rss2email/feeds.txt /app/rss2email daemon ${RECIPIENTS} \ No newline at end of file