diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 3c9c70d1a..436af4e0e 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -1130,8 +1130,6 @@ Remove a certificate:: sudo -u www-data php occ security:certificates:remove [certificate name] -.. _trashbin_label: - Status ------ @@ -1161,6 +1159,9 @@ This information can also be formatted via JSON instead of plain text:: "extendedSupport": false } +Status return code +^^^^^^^^^^^^^^^^^^ + And finally, the ``-e`` (for exit code) parameter can be used to check the state of the nextcloud installation via return code:: @@ -1193,6 +1194,8 @@ units. | 2 | ``php occ upgrade`` is required | +-------------+--------------------------------------------------------+ +.. _trashbin_label: + Trashbin --------