06-12-2019, 12:41 PM
(06-12-2019, 10:35 AM)bcouillard Wrote:(06-12-2019, 01:33 AM)Tim Curtis Wrote: Clear the cache on your client Browser (PC, Phone, Tablet) not the cache for local display in System Config.
Sorry for misunderstanding that! I have done that and it still says « software is up to date »...
Very odd.
Updates can be run manually via SSH by the command below. The r52 arg represents the current release number for example when the update for moOde 5.3 is released you would use r53.
Code:
sudo /var/www/command/updater.sh r52
-Tim