summaryrefslogtreecommitdiffstats
path: root/Services/apache/sx-httpd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Services/apache/sx-httpd.sh')
-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}