From ab04302c7b31d2a3b09a225917e18e64dc2cce82 Mon Sep 17 00:00:00 2001 From: FEMAT ORTIZ Armando <armfem@worteks.com> Date: Thu, 16 Nov 2023 15:12:48 +0000 Subject: [PATCH] Change of command `fusiondirectory-setup --update-cache` into `fusiondirectory-configuration-manager --update-cache` in file /source/fusiondirectory/pluginsystem/start.rst --- source/fusiondirectory/pluginsystem/start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fusiondirectory/pluginsystem/start.rst b/source/fusiondirectory/pluginsystem/start.rst index 24a6adb..6715a7c 100644 --- a/source/fusiondirectory/pluginsystem/start.rst +++ b/source/fusiondirectory/pluginsystem/start.rst @@ -165,7 +165,7 @@ Displaying the plugin in FusionDirectory ---------------------------------------- * Put the plugin code into a directory FusionDirectory is reading (see above). -* Run :shell:`fusiondirectory-setup --update-cache` as root. +* Run :shell:`fusiondirectory-configuration-manager --update-cache` as root. * Log out, log in. A tab should now shows in user edition mode, with the attributes we specified: -- GitLab