Merge pull request #6517 from nextcloud/enh/6408/re-enable-the-update-app

nextcloud: re-enable the updatenotification app
This commit is contained in:
Simon L.
2025-06-12 11:39:09 +02:00
committed by GitHub
3 changed files with 10 additions and 22 deletions

View File

@@ -256,7 +256,6 @@ RUN set -ex; \
chmod 777 -R /usr/local/etc/php/conf.d && \
chmod 777 -R /usr/local/etc/php-fpm.d && \
chmod -R 777 /tmp; \
rm -rf /usr/src/nextcloud/apps/updatenotification; \
\
mkdir -p /nc-updater; \
chmod -R 777 /nc-updater