summaryrefslogtreecommitdiffstats
path: root/Services
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2016-06-28 14:26:05 +0200
committerstartxfr <clarue@startx.fr>2016-06-28 14:26:05 +0200
commit52037bf658e58777a4cca1d89260faa0e0498b19 (patch)
tree1e46dbecfb26517a1901ea6d2882c9512ceccf17 /Services
parent52817e113ed8314f82b41028bfe68fa26d0fd670 (diff)
downloadphpmyadmin-52037bf658e58777a4cca1d89260faa0e0498b19.tar.gz
phpmyadmin-52037bf658e58777a4cca1d89260faa0e0498b19.tar.bz2
phpmyadmin-52037bf658e58777a4cca1d89260faa0e0498b19.tar.xz
phpmyadmin-52037bf658e58777a4cca1d89260faa0e0498b19.zip
change in env
Diffstat (limited to 'Services')
-rw-r--r--Services/apache/sx-httpd.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Services/apache/sx-httpd.sh b/Services/apache/sx-httpd.sh
index b404dd6..6937969 100644
--- a/Services/apache/sx-httpd.sh
+++ b/Services/apache/sx-httpd.sh
@@ -89,6 +89,7 @@ function setEnvironmentVariableInFile {
function setSys2HttpEnvironmentVariable {
+ echo "adding environement to $1" | tee -a $STARTUPLOG
echo "" >> $1
for _curVar in `env | awk -F = '{print $1}'`;do
setEnvironmentVariableInFile $1 ${_curVar} ${!_curVar}