Hi all YunoHost admins,
If you're using the dev branch for your (streams) website, you need to update your cronjob, since
a major folder was renamed. In
/etc/cron.d/streams
you need to replace this
*/10 * * * * streams /usr/bin/php8.2 -f Code/Daemon/Run.php Cron > /dev/null 2>&1
with this
*/10 * * * * streams /usr/bin/php8.2 -f src/Daemon/Run.php Cron > /dev/null 2>&1
It is
very important (see step 8 in
install/INSTALL.txt).
Now I need to find if there's a way to automatically update the cronjob immediatly after the change is available in the release branch. Suggestions more than welcome.