From dfd189a28ee30ab1c73c0ad1559b1d3623466c6e Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sun, 16 Nov 2014 00:48:34 -0600 Subject: [PATCH] Add HOME env to service script Probably unnecessary, but not harmful. --- service/status/run | 1 + 1 file changed, 1 insertion(+) diff --git a/service/status/run b/service/status/run index d063d84..02ed7c1 100755 --- a/service/status/run +++ b/service/status/run @@ -1,5 +1,6 @@ #!/bin/sh -e cd "$(readlink -f "${PWD}")/../.." +HOME="${PWD}" PATH="${PATH}:${PWD}/.rbenv/bin:${PWD}/.rbenv/shims" exec chpst -u www:www bundle exec foreman start -- 2.42.0