Unverified Commit 73476c77 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

nixos/castopod: fix database.passwordFile in castopod-setup-start script (#374140)

parents 088d3eb0 26598134
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -236,7 +236,7 @@ in
          ${
            if (cfg.database.passwordFile != null) then
              ''
                echo "database.default.password=$(cat "$CREDENTIALS_DIRECTORY/dbpasswordfile)" >> ${envFile}
                echo "database.default.password=$(<"$CREDENTIALS_DIRECTORY/dbpasswordfile")" >> ${envFile}
              ''
            else
              ''