Fix the order of lines :/

This commit is contained in:
Rafal Zawadzki
2019-10-05 00:17:10 +02:00
parent ade76e5a3f
commit e5b0989bed

View File

@@ -241,8 +241,6 @@ You can get the full filepath to an app::
sudo -u www-data php occ app:getpath notifications
/var/www/nextcloud/apps/notifications
.. _background_jobs_selector_label:
To update an app, for instance Contacts::
sudo -u www-data php occ app:update contacts
@@ -251,6 +249,8 @@ To update all apps::
sudo -u www-data php occ app:update --all
.. _background_jobs_selector_label:
Background jobs selector
------------------------