1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-04 00:17:06 +00:00

disabled unneeded apps

This commit is contained in:
Steve Hay 2022-09-12 10:35:28 -04:00
parent fb5c9ea371
commit 0cb5c1ed9b

View File

@ -324,7 +324,11 @@ if [ \( $? -ne 0 \) -a \( $? -ne 3 \) ]; then exit 1; fi
# Disable default apps that we don't support
sudo -u www-data \
php$PHP_VER /usr/local/lib/owncloud/occ app:disable photos dashboard activity \
php$PHP_VER /usr/local/lib/owncloud/occ app:disable \
photos dashboard activity circles federation files_sharing \
notifications files_pdfviewer password_policy systemtags comments \
privacy recommendations files_rightclick sharebymail support text \
theming survey_client user_status weather_status files_videoplayer
| (grep -v "No such app enabled" || /bin/true)
# Update config.php.