Merge pull request #309836 from cyberus-technology/fix-nixos-plausible-unit
nixos/plausible: fix unit start script
This commit is contained in:
commit
31be9134a2
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ in {
|
|||
|
||||
${lib.optionalString cfg.database.postgres.setup ''
|
||||
# setup
|
||||
${cfg.package}/createdb.sh"
|
||||
${cfg.package}/createdb.sh
|
||||
''}
|
||||
|
||||
${cfg.package}/migrate.sh
|
||||
|
|
Loading…
Reference in a new issue