No automatic app updates with pending box update?
-
Taking a closer look a the code path, indeed if there is a Cloudron update it will first attempt to run that and then will wait for the next cron updater to handle the apps once there is no Cloudron update pending: https://git.cloudron.io/cloudron/box/-/blob/master/src/cron.js?ref_type=heads#L219
Of course in your case it will always be pending. Will fix for next release.
-
Since this may take a bit to get done with proper testing, you may just skip the
return
at https://git.cloudron.io/cloudron/box/-/blob/master/src/cron.js?ref_type=heads#L223 for the moment to get over the issue. Have to discuss back with @girish more on the potential side-effects first. -
-
-
@eddowding you have to modify the file
/home/yellowtent/box/src/cron.js
and thesystemctl restart box
.If you are not comfortable making the changes, you can write to us at support@cloudron.io and we can apply the changes for you.