From a9ca03714ffdefac52cc225cda4049e0891f0a79 Mon Sep 17 00:00:00 2001
From: Vitor Trovisco <vmt25@cam.ac.uk>
Date: Wed, 3 Aug 2022 09:15:43 +0000
Subject: [PATCH] Update canto-test-docker-initd

---
 canto-test-docker-initd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/canto-test-docker-initd b/canto-test-docker-initd
index 75d7c2f..65dafc5 100644
--- a/canto-test-docker-initd
+++ b/canto-test-docker-initd
@@ -17,7 +17,7 @@ case "$action" in
 
     echo "Starting Canto with $WORKERS workers"
 
-    (date; cd $CANTO_SPACE; canto/script/canto_docker --non-interactive --use-container-name start_server --pid-file=/$PID_PATH --port $port -- script/canto_start --workers $WORKERS --keepalive-timeout 5 -s Starman --preload) >> canto-test.log 2>&1 &
+    (date; cd $CANTO_SPACE; canto/script/canto_docker --non-interactive --use-container-name canto-test start_server --pid-file=/$PID_PATH --port $port -- script/canto_start --workers $WORKERS --keepalive-timeout 5 -s Starman --preload) >> canto-test.log 2>&1 &
     ;;
   stop)
     pid=`/bin/cat $CANTO_SPACE/$PID_PATH`
-- 
GitLab