Commit 26598134 authored by Alexander Tomokhov's avatar Alexander Tomokhov
Browse files

nixos/castopod: fix database.passwordFile in castopod-setup-start script

parent 69b5cebd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,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
              ''