Merge pull request #171227 from aidalgol/nextcloud-setup-script-fix

nixos/nextcloud: Fix broken error suppression in setup script
This commit is contained in:
Maximilian Bosch
2022-05-27 13:23:10 +02:00
committed by GitHub

View File

@@ -830,7 +830,7 @@ in {
${occ}/bin/nextcloud-occ config:system:delete trusted_domains
${optionalString (cfg.extraAppsEnable && cfg.extraApps != { }) ''
# Try to enable apps (don't fail when one of them cannot be enabled , eg. due to incompatible version)
# Try to enable apps
${occ}/bin/nextcloud-occ app:enable ${concatStringsSep " " (attrNames cfg.extraApps)}
''}