diff options
author | startxfr <clarue@startx.fr> | 2015-11-29 00:44:42 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-11-29 00:44:42 +0100 |
commit | 78d1d5017e8acbc8b4bb7f0f567d10f0e47a75df (patch) | |
tree | 13e05e8d8217a48a0d4decf8564defee11cf35ba /Services/apache/sx-httpd.sh | |
parent | a490cfe364a242b1e9993225758ea6e61369e363 (diff) | |
download | phpmyadmin-78d1d5017e8acbc8b4bb7f0f567d10f0e47a75df.tar.gz phpmyadmin-78d1d5017e8acbc8b4bb7f0f567d10f0e47a75df.tar.bz2 phpmyadmin-78d1d5017e8acbc8b4bb7f0f567d10f0e47a75df.tar.xz phpmyadmin-78d1d5017e8acbc8b4bb7f0f567d10f0e47a75df.zip |
rewrite mongo and small updates in others
Diffstat (limited to 'Services/apache/sx-httpd.sh')
-rw-r--r-- | Services/apache/sx-httpd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/apache/sx-httpd.sh b/Services/apache/sx-httpd.sh index fb50be9..b7d368a 100644 --- a/Services/apache/sx-httpd.sh +++ b/Services/apache/sx-httpd.sh @@ -26,7 +26,7 @@ function display_container_httpd_header { echo "+=====================================================" echo "| Container : $HOSTNAME" echo "| OS : $(</etc/redhat-release)" - echo "| Engine : " httpd -v | head -1 + echo "| Engine : $(httpd -v | head -1)" if [ -v CONTAINER_TYPE ]; then echo "| Type : $CONTAINER_TYPE" fi |