You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2016/08/20 16:06:09 UTC

[whimsy] 01/03: add to PATH

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

commit 4b2dad2b946e233db88c3b249269236a44491351
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sat Aug 20 10:39:25 2016 -0400

    add to PATH
---
 config/whimsy.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/whimsy.conf b/config/whimsy.conf
index 4873380..9157a30 100644
--- a/config/whimsy.conf
+++ b/config/whimsy.conf
@@ -6,6 +6,7 @@
 # Required modules: mod_authnz_ldap
 
 <VirtualHost *:80>
+  SetEnv PATH /usr/local/bin:${PATH}
   PassengerFriendlyErrorPages on
 
   Servername whimsy.local

-- 
To stop receiving notification emails like this one, please contact
"commits@whimsical.apache.org" <co...@whimsical.apache.org>.