Merge: nixos/nextcloud: Also install when config.php exists but is empty (#391375)

This commit is contained in:
Maximilian Bosch
2025-03-25 10:43:41 +00:00
committed by GitHub
@@ -1058,7 +1058,7 @@ in {
'') [ "nix-apps" "apps" ]}
# Do not install if already installed
if [[ ! -e ${datadir}/config/config.php ]]; then
if [[ ! -s ${datadir}/config/config.php ]]; then
${occInstallCmd}
fi