diff --git a/Dockerfile b/Dockerfile index 004d929e741ea95da972a388e75b559a59852020..8e73f51e37260e6d2b072727765081b8c0e0a015 100644 --- a/Dockerfile +++ b/Dockerfile @@ -165,6 +165,7 @@ RUN sed -i 's/this.appLimit=e/this.appLimit=this.appList.length/' ${BASE_DIR}/di # Fix total quota value for users in settings and files RUN sed -i "s/'total'/'quota'/" ${BASE_DIR}/apps/files/lib/Controller/ViewController.php RUN sed -i "s/'total'/'quota'/" ${BASE_DIR}/apps/settings/lib/Settings/Personal/PersonalInfo.php +RUN sed -i "s/\['total'\]/\['quota'\]/" ${BASE_DIR}/apps/provisioning_api/lib/Controller/AUserData.php From selfhost as ecloud ARG BASE_DIR="/usr/src/nextcloud"