diff options
author | startxfr <clarue@startx.fr> | 2015-11-29 22:29:05 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-11-29 22:29:05 +0100 |
commit | a4930f0838f1224bdf4fa0885e858e7a865513ca (patch) | |
tree | a9d95b08985c439f2b812382e3b4a36cc990e87f /Services/memcache/run.sh | |
parent | eb3d88b10a0feb302a9fd1ec60a7a92caebb856c (diff) | |
download | phpmyadmin-a4930f0838f1224bdf4fa0885e858e7a865513ca.tar.gz phpmyadmin-a4930f0838f1224bdf4fa0885e858e7a865513ca.tar.bz2 phpmyadmin-a4930f0838f1224bdf4fa0885e858e7a865513ca.tar.xz phpmyadmin-a4930f0838f1224bdf4fa0885e858e7a865513ca.zip |
reshappe nodejs container
Diffstat (limited to 'Services/memcache/run.sh')
-rw-r--r-- | Services/memcache/run.sh | 6 |
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 |