From fef72981a0b297c8685752363a870fbfe6b10287 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sat, 12 Mar 2022 12:08:14 +0100 Subject: [PATCH] Fixed minor typo (closes #86) --- jobson-docs/src/ui.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jobson-docs/src/ui.rst b/jobson-docs/src/ui.rst index ebd25cb..4ba1752 100644 --- a/jobson-docs/src/ui.rst +++ b/jobson-docs/src/ui.rst @@ -74,11 +74,11 @@ want the UI, you can download it from the `releases Unpack/Move Assets to Webserver Root ------------------------------------ -For this install guide, we will copy the assets to ``/var/www/jobson``: +For this install guide, we will copy the assets to ``/var/www/jobson-ui``: .. code:: bash - cp -r /usr/share/jobson/ui/html /var/www/jobson + cp -r /usr/share/jobson/ui/html /var/www/jobson-ui