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
commit e0916df031
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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