Hide spurrious Nextcloud setup output

Este commit está contenido en:
Joshua Tauberer 2021-05-03 19:41:00 -04:00
padre 9b07d86bf7
commit 69fc2fdd3a
Se han modificado 1 ficheros con 3 adiciones y 1 borrados

Ver fichero

@ -312,7 +312,9 @@ sudo -u www-data php /usr/local/lib/owncloud/occ upgrade
if [ \( $? -ne 0 \) -a \( $? -ne 3 \) ]; then exit 1; fi
# Disable default apps that we don't support
sudo -u www-data php /usr/local/lib/owncloud/occ app:disable photos dashboard activity
sudo -u www-data \
php /usr/local/lib/owncloud/occ app:disable photos dashboard activity \
| grep -v "No such app enabled"
# Set PHP FPM values to support large file uploads
# (semicolon is the comment character in this file, hashes produce deprecation warnings)