Update 'config/nextcloud/nextcloud-config.sh'

This commit is contained in:
bprieshof
2019-02-13 13:57:26 +01:00
parent 213300c251
commit 09ef645d0b

View File

@@ -13,7 +13,7 @@ cp -a /tmp/nextcloud/. /var/www/"$domain"/html
cat <<EOF > /var/www/$domain/html/config/autoconfig.php
<?php
\AUTOCONFIG = array(
\$AUTOCONFIG = array(
"dbtype" => "mysql",
"dbname" => "${db_name}",
"dbuser" => "${db_user}",