Unverified Commit 1fcfb2dc authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

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

parents 19ae80e5 34da0bd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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