fix command (replace "=" with " ")

reported by a customer, confirmed by Björn

Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com>
This commit is contained in:
Alexander Müller
2025-08-14 08:18:22 -05:00
committed by GitHub
parent fa24fd4d10
commit 9fed6bbb73

View File

@@ -20,11 +20,9 @@ of running the graphical Installation Wizard::
$ cd /var/www/nextcloud/
$ sudo -E -u www-data php occ maintenance:install \
--database='mysql' --database-name='nextcloud' \
--database-user='root' --database-pass='password' \
--admin-user='admin' --admin-pass='password'
Nextcloud is not installed - only a limited number of commands are available
Nextcloud was successfully installed
--database 'mysql' --database-name 'nextcloud' \
--database-user 'root' --database-pass 'password' \
--admin-user 'admin' --admin-pass 'password'
Note that you must change to the root Nextcloud directory, as in the example
above, to run ``occ maintenance:install``, or the installation will fail with