summaryrefslogtreecommitdiffstats
path: root/Services/memcache
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2015-11-29 22:29:05 +0100
committerstartxfr <clarue@startx.fr>2015-11-29 22:29:05 +0100
commita4930f0838f1224bdf4fa0885e858e7a865513ca (patch)
treea9d95b08985c439f2b812382e3b4a36cc990e87f /Services/memcache
parenteb3d88b10a0feb302a9fd1ec60a7a92caebb856c (diff)
downloadphpmyadmin-a4930f0838f1224bdf4fa0885e858e7a865513ca.tar.gz
phpmyadmin-a4930f0838f1224bdf4fa0885e858e7a865513ca.tar.bz2
phpmyadmin-a4930f0838f1224bdf4fa0885e858e7a865513ca.tar.xz
phpmyadmin-a4930f0838f1224bdf4fa0885e858e7a865513ca.zip
reshappe nodejs container
Diffstat (limited to 'Services/memcache')
-rw-r--r--Services/memcache/run.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/Services/memcache/run.sh b/Services/memcache/run.sh
index 405996e..1d6a60f 100644
--- a/Services/memcache/run.sh
+++ b/Services/memcache/run.sh
@@ -45,8 +45,8 @@ function end_config {
# Start the memcache server as a deamon and execute it inside
# the running shell
function start_daemon {
- echo "=> Starting memcache daemon ..."
- display_container_started
+ echo "=> Starting memcache daemon ..." | tee -a $STARTUPLOG
+ display_container_started | tee -a $STARTUPLOG
exec memcached -u daemon -v
}
@@ -59,4 +59,4 @@ check_environment | tee -a $STARTUPLOG
display_container_memcache_header | tee -a $STARTUPLOG
begin_config | tee -a $STARTUPLOG
end_config | tee -a $STARTUPLOG
-start_daemon | tee -a $STARTUPLOG
+start_daemon