When I attempt to upgrade, I get this error:
A direct crontab -l shows this:
And the dashboard shows this:

Code:
INFO Application version set successfully.
Version successfully updated to 1.0.2.
Applying update steps for version 1.1.0...
[Update110] Starting...
[Update110] Checking crontab for legacy xml_cdr_import entries...
Error applying the update: The process "'bash' '-lc' 'crontab -l'" exceeded the timeout of 60 seconds.
Update to version 1.1.0 failed. Stopping further updates.
A direct crontab -l shows this:
Code:
# crontab -l
* * * * * cd /var/www/fspbx; /usr/bin/php /var/www/fspbx/public/app/xml_cdr/xml_cdr_import.php 100 abcdef >/dev/null 2>&1
* * * * * cd /var/www/fspbx; /usr/bin/php /var/www/fspbx/public/app/xml_cdr/xml_cdr_import.php 100 01234 >/dev/null 2>&1
* * * * * cd /var/www/fspbx; /usr/bin/php /var/www/fspbx/public/app/xml_cdr/xml_cdr_import.php 100 56789 >/dev/null 2>&1
* * * * * cd /var/www/fspbx && php artisan schedule:run >> /dev/null 2>&1
0 3 * * * dehydrated -c && systemctl reload nginx
And the dashboard shows this:
