FIX: fixed path

This commit is contained in:
Dominik Meyer 2024-01-23 10:28:33 +01:00
parent 4aed95f44b
commit 6779fa51cc
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
1 changed files with 2 additions and 1 deletions

View File

@ -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}