From e3d9b472cbdcda20b9b894fcda8ddbdca314d95f Mon Sep 17 00:00:00 2001 From: diginc Date: Fri, 8 Jul 2016 07:43:47 -0500 Subject: [PATCH] PATH for /usr/local was missing for php-fpm --- alpine/start.sh | 1 + pi-hole | 2 +- pi-hole_version.txt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/alpine/start.sh b/alpine/start.sh index 08a8bc3..97a5d74 100755 --- a/alpine/start.sh +++ b/alpine/start.sh @@ -7,6 +7,7 @@ fi; # /tmp/piholeIP is the current override of auto-lookup in gravity.sh echo "$ServerIP" > /etc/pihole/piholeIP; echo "[www]" > $PHP_ENV_CONFIG; +echo "env[PATH] = ${PATH}" >> $PHP_ENV_CONFIG; echo "env[PHP_ERROR_LOG] = ${PHP_ERROR_LOG}" >> $PHP_ENV_CONFIG; echo "env[ServerIP] = ${ServerIP}" >> $PHP_ENV_CONFIG; diff --git a/pi-hole b/pi-hole index 9ccf9d5..c1d8496 160000 --- a/pi-hole +++ b/pi-hole @@ -1 +1 @@ -Subproject commit 9ccf9d57a8df9c278baa320e58316db5832c6bd2 +Subproject commit c1d8496b93c5d1d91573fd33f70b05e81c1bb27f diff --git a/pi-hole_version.txt b/pi-hole_version.txt index 6354a50..9b4b5fb 100644 --- a/pi-hole_version.txt +++ b/pi-hole_version.txt @@ -1 +1 @@ -v2.7 +v2.7.1