From 1d35260acc0534c7993d57f146cedc4a9efdf3b9 Mon Sep 17 00:00:00 2001 From: Lee Garrett Date: Tue, 21 Feb 2023 14:48:13 +0100 Subject: [PATCH] Add heading and also fix label Signed-off-by: Lee Garrett --- admin_manual/configuration_server/occ_command.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 9901ba603..e0550fd8c 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -1098,8 +1098,6 @@ Remove a certificate:: sudo -u www-data php occ security:certificates:remove [certificate name] -.. _trashbin_label: - Status ------ @@ -1129,6 +1127,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:: @@ -1161,6 +1162,8 @@ units. | 2 | ``php occ upgrade`` is required | +-------------+--------------------------------------------------------+ +.. _trashbin_label: + Trashbin --------