From a4930f0838f1224bdf4fa0885e858e7a865513ca Mon Sep 17 00:00:00 2001 From: startxfr Date: Sun, 29 Nov 2015 22:29:05 +0100 Subject: reshappe nodejs container --- Services/memcache/run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Services/memcache') 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 -- cgit v1.2.3