diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 4d46105c9..46dd2626b 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -3497,7 +3497,7 @@ Allows to create external storages of type "Local" in the web interface and APIs When disabled, it is still possible to create local storages with occ using the following command: -% sudo -E -u www-data php occ files_external:create /mountpoint local null::null -c datadir=/path/to/data +% php occ files_external:create /mountpoint local null::null -c datadir=/path/to/data Defaults to ``true``