After installing a fresh version 1.9.2 in my staging environment and after fixing an issue related to the apparmor profile (following your commit a78eb65), I ran into another problem. When I tried creating an additional cron job, it seems that no cron jobs were created at all after the fresh installation (see the attached screenshot below):
I have problem after add crons. The reason is that when cron runs, it asks for a password :))
echo "hestiaweb ALL=(ALL) NOPASSWD: /usr/local/hestia/bin/*" | sudo tee -a /etc/sudoers.d/hestiaweb
echo "admin ALL=(ALL) NOPASSWD: /usr/local/hestia/bin/*" | sudo tee -a /etc/sudoers.d/admin