From 27390b5712008091d2e5d8b10c4363bdd80688cf Mon Sep 17 00:00:00 2001 From: Vitor Trovisco <vmt25@cam.ac.uk> Date: Thu, 4 Aug 2022 10:42:45 +0000 Subject: [PATCH] changed variable for canto-space under new overarching canto-project directory --- canto_running_log.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canto_running_log.sh b/canto_running_log.sh index 34d63e9..b6869a5 100755 --- a/canto_running_log.sh +++ b/canto_running_log.sh @@ -3,7 +3,7 @@ #this script prints all the activity log messages from the running canto-server container into the file 'canto_running.log' in the 'logs' sub-folder of 'canto-space' # Define canto-space root -CANTOSPACE="/data/export/canto-space" +CANTOSPACE="/data/export/canto-project/canto-space" # Define logs folder inside canto-space LOGS="logs" -- GitLab