typo in feed updater

This commit is contained in:
2018-12-15 10:56:04 +01:00
parent 47ee0360e3
commit ce0db7173f

View File

@@ -20,7 +20,7 @@ stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[eventlistener:feed-update]
command=php7 -r 'while (true) { readline(); passthru('php7 /var/lib/tt-rss/update.php --daemon-loop'); }'
command=php7 -r 'while (true) { readline(); passthru("php7 /var/lib/tt-rss/update.php --daemon-loop"); }'
events=TICK_60
autostart=true
autorestart=true