Escape line breaks in multiline command

This commit is contained in:
Daniel Böhmer
2020-07-22 23:20:22 +02:00
committed by backportbot[bot]
parent e9715d0e69
commit fb51fbefe0

View File

@@ -19,8 +19,8 @@ this example for Debian/Ubuntu. You must run ``occ`` as your HTTP user; see
of running the graphical Installation Wizard::
$ cd /var/www/nextcloud/
$ sudo -u www-data php occ maintenance:install --database
"mysql" --database-name "nextcloud" --database-user "root" --database-pass
$ sudo -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