PATH for /usr/local was missing for php-fpm

This commit is contained in:
diginc
2016-07-08 07:43:47 -05:00
parent d2f7043f2b
commit e3d9b472cb
3 changed files with 3 additions and 2 deletions

View File

@@ -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;

Submodule pi-hole updated: 9ccf9d57a8...c1d8496b93

View File

@@ -1 +1 @@
v2.7
v2.7.1