From 9653a70372212c5632d9975be5952eeeb529428e Mon Sep 17 00:00:00 2001 From: Zicklag Date: Wed, 28 Mar 2018 13:47:59 -0500 Subject: [PATCH] Added the git environment path on startup Added the git environment path to the Phabricator config during startup. Fixes #74 --- preflight/10-boot-conf | 1 + 1 file changed, 1 insertion(+) diff --git a/preflight/10-boot-conf b/preflight/10-boot-conf index 0b28897..a5d6a90 100755 --- a/preflight/10-boot-conf +++ b/preflight/10-boot-conf @@ -217,6 +217,7 @@ if [ "$PHABRICATOR_VCS_PORT" != "" ]; then sudo -u "$PHABRICATOR_VCS_USER" ./bin/config set diffusion.ssh-port "$PHABRICATOR_VCS_PORT" fi sudo -u "$PHABRICATOR_VCS_USER" ./bin/config set phd.user "$PHABRICATOR_VCS_USER" +sudo -u "$PHABRICATOR_VCS_USER" ./bin/config set environment.append-paths '["/usr/lib/git"]' sudo -u "$PHABRICATOR_VCS_USER" ./bin/config set diffusion.ssh-user "$PHABRICATOR_VCS_USER" sudo -u "$PHABRICATOR_VCS_USER" ./bin/config set pygments.enabled true if [ "$PHABRICATOR_REPOSITORY_PATH" != "" ]; then