diff --git a/nextcloud/make.sh b/nextcloud/make.sh index d36a438..9dceaa9 100755 --- a/nextcloud/make.sh +++ b/nextcloud/make.sh @@ -104,7 +104,7 @@ IP=$([ -z $DRY_RUN ] && lxc-attach $ID -- hostname -I) # for more info see: # https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#pretty-urls @ lxc-attach $ID -- bash -c "\ - sed -z -i \ + sed -i \ -e \"/trusted_proxies/i\\ 'htaccess.RewriteBase' => '\\/',\\n\" \ /var/www/nextcloud/config/config.php" @ lxc-attach $ID -- turnkey-occ maintenance:update:htaccess