Add bash to jira PATH: required by health checks.

This commit is contained in:
Jean-Baptiste Giraudeau
2017-12-04 15:52:38 +01:00
committed by GitHub
parent 67a86f7813
commit 5027f3f9f9
@@ -155,7 +155,7 @@ in
requires = [ "postgresql.service" ];
after = [ "postgresql.service" ];
path = [ cfg.jrePackage ];
path = [ cfg.jrePackage pkgs.bash ];
environment = {
JIRA_USER = cfg.user;