diff options
Diffstat (limited to 'Services/memcache')
| -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  | 
