diff options
author | startxfr <clarue@startx.fr> | 2015-12-07 01:42:57 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-12-07 01:42:57 +0100 |
commit | 15d8c51d28fa2245886b732df5373eedb2dde0cf (patch) | |
tree | fee07e202e87e4274aa7cea7070fc9dad368de62 /Services/php/run.sh | |
parent | 7f9465928d5b149e4fb5f9bc476b8cb7298436fc (diff) | |
download | phpmyadmin-15d8c51d28fa2245886b732df5373eedb2dde0cf.tar.gz phpmyadmin-15d8c51d28fa2245886b732df5373eedb2dde0cf.tar.bz2 phpmyadmin-15d8c51d28fa2245886b732df5373eedb2dde0cf.tar.xz phpmyadmin-15d8c51d28fa2245886b732df5373eedb2dde0cf.zip |
update container naming and fix phpmyadmin.
Diffstat (limited to 'Services/php/run.sh')
-rw-r--r-- | Services/php/run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Services/php/run.sh b/Services/php/run.sh index 657fbba..1e73c2f 100644 --- a/Services/php/run.sh +++ b/Services/php/run.sh @@ -53,6 +53,7 @@ function begin_php_config { # End configuration process just before starting daemon function end_php_config { echo "=> END APACHE + PHP CONFIGURATION" + env | grep _ >> /etc/environment } check_httpd_environment | tee -a $STARTUPLOG |