Merge pull request #171227 from aidalgol/nextcloud-setup-script-fix
nixos/nextcloud: Fix broken error suppression in setup script
This commit is contained in:
@@ -830,7 +830,7 @@ in {
|
|||||||
${occ}/bin/nextcloud-occ config:system:delete trusted_domains
|
${occ}/bin/nextcloud-occ config:system:delete trusted_domains
|
||||||
|
|
||||||
${optionalString (cfg.extraAppsEnable && cfg.extraApps != { }) ''
|
${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)}
|
${occ}/bin/nextcloud-occ app:enable ${concatStringsSep " " (attrNames cfg.extraApps)}
|
||||||
''}
|
''}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user