diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 3aab3912c..f0c6d1674 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -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 ------------------------