Merge pull request #309836 from cyberus-technology/fix-nixos-plausible-unit

nixos/plausible: fix unit start script
This commit is contained in:
Leona Maroni 2024-05-07 15:46:50 +02:00 committed by GitHub
commit 31be9134a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -278,7 +278,7 @@ in {
${lib.optionalString cfg.database.postgres.setup ''
# setup
${cfg.package}/createdb.sh"
${cfg.package}/createdb.sh
''}
${cfg.package}/migrate.sh