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

This commit is contained in:
bprieshof
2019-04-17 13:09:56 +02:00
parent 6f6a370297
commit 97c93b3737

View File

@@ -21,7 +21,7 @@ cat <<EOF > /var/www/$domain/html/config/autoconfig.php
"dbpass" => "${db_pass}", "dbpass" => "${db_pass}",
"dbhost" => "localhost", "dbhost" => "localhost",
"dbtableprefix" => "", "dbtableprefix" => "",
'simpleSignUpLink.shown' => false, "simpleSignUpLink.shown" => false,
"directory" => "/var/www/$domain/html/data", "directory" => "/var/www/$domain/html/data",
); );
EOF EOF