From c7ba520052ba07d9c2a5e380cf9ba48af3820095 Mon Sep 17 00:00:00 2001 From: Allen <64094914+allendema@users.noreply.github.com> Date: Tue, 24 Aug 2021 21:30:06 +0200 Subject: [PATCH] (mod) Use the same style for all commands Some lines had an "$" and some not. Removed them so all lines can be simply copied and all lines look similiar. --- docs/admin/update-searx.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/update-searx.rst b/docs/admin/update-searx.rst index a87f27ed..71eb4d0a 100644 --- a/docs/admin/update-searx.rst +++ b/docs/admin/update-searx.rst @@ -23,7 +23,7 @@ How to update depends on the :ref:`installation` method. If you have used the .. code:: bash - $ sudo -H ./utils/morty.sh update morty + sudo -H ./utils/morty.sh update morty .. _inspect searx: @@ -55,5 +55,5 @@ How to debug depends on the :ref:`installation` method. If you have used the .. code:: bash - $ sudo -H ./utils/morty.sh inspect service + sudo -H ./utils/morty.sh inspect service