From 52037bf658e58777a4cca1d89260faa0e0498b19 Mon Sep 17 00:00:00 2001 From: startxfr Date: Tue, 28 Jun 2016 14:26:05 +0200 Subject: change in env --- Services/apache/sx-httpd.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'Services') 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} -- cgit v1.2.1