Skip to content

Commit

Permalink
Hide spurrious Nextcloud setup output
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshData committed May 3, 2021
1 parent 9b07d86 commit 69fc2fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup/nextcloud.sh
Expand Up @@ -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)
Expand Down

0 comments on commit 69fc2fd

Please sign in to comment.