diff options
Diffstat (limited to 'Services')
-rw-r--r-- | Services/apache/sx-httpd.sh | 1 |
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} |