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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,7 +155,7 @@ in
requires = [ "postgresql.service" ];
after = [ "postgresql.service" ];
path = [ cfg.jrePackage ];
path = [ cfg.jrePackage pkgs.bash ];
environment = {
JIRA_USER = cfg.user;