You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested in oC 10.0.8.5 with market app version 0.4.0.
The bug should have been fixed here: #383 #388
Steps to reproduce
Run command sudo -u www-data ./occ market:upgrade --all
Expected behaviour The apps should be upgraded
Actual behaviour
A warning is shown : No appId or path to a local package specified. Nothing to do.
[root@here]# sudo -u someuser /usr/local/bin/php -f /home/someuser/public_html/occ market:upgrade --all No appId or path to a local package specified. Nothing to do.
The text was updated successfully, but these errors were encountered:
Did some more tests, the cmd does work but the message when there is nothing to be done is not correct.
`
[henk@web2 home]# sudo -u someuser /usr/local/bin/php /home/someuser/domains/somedomain/public_html/occ market:upgrade --all
templateeditor: Installing new version 0.4.0 ...
templateeditor: App updated.
[henk@web2 home]# sudo -u someuser /usr/local/bin/php /home/someuser/domains/somedomain/public_html/occ market:upgrade --all
No appId or path to a local package specified. Nothing to do.`
Tested in oC 10.0.8.5 with market app version 0.4.0.
The bug should have been fixed here:
#383
#388
Steps to reproduce
Run command sudo -u www-data ./occ market:upgrade --all
Expected behaviour The apps should be upgraded
Actual behaviour
A warning is shown : No appId or path to a local package specified. Nothing to do.
[root@here]# sudo -u someuser /usr/local/bin/php -f /home/someuser/public_html/occ market:upgrade --all No appId or path to a local package specified. Nothing to do.
The text was updated successfully, but these errors were encountered: