fixes to installation

This commit is contained in:
KiekerJan
2022-05-15 22:16:48 +02:00
parent 5396437852
commit 4457eaf3a4
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -326,7 +326,7 @@ php <<EOF > $CONFIG_TEMP && mv $CONFIG_TEMP $STORAGE_ROOT/owncloud/config.php;
<?php
include("$STORAGE_ROOT/owncloud/config.php");
\$CONFIG['config_is_read_only'] = false; # should prevent warnings from occ tool but doesn't
\$CONFIG['config_is_read_only'] = true; # should prevent warnings from occ tool but doesn't
\$CONFIG['trusted_domains'] = array('$PRIMARY_HOSTNAME');