diff --git a/lib/yunohost/tools.py b/lib/yunohost/tools.py index 0bd47e186..21c71133d 100644 --- a/lib/yunohost/tools.py +++ b/lib/yunohost/tools.py @@ -511,7 +511,7 @@ def tools_upgrade_v24(auth): # Prepare systemctl with open('/etc/cron.d/yunohost-regenconf', 'w+') as f: - f.write('00 * * * * root PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin systemctl start yunohost-api && rm -f /etc/cron.d/yunohost-regenconf\n' ) + f.write('* * * * * root PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin systemctl start yunohost-api && rm -f /etc/cron.d/yunohost-regenconf\n' ) # Reboot user notice msignals.display(m18n.n('upgrade_24_reboot'), 'warning')