diff --git a/canto_running_log.sh b/canto_running_log.sh index 34d63e9448e550aa70c27a0a74d31e86235798e6..b6869a56be55eddb560878dbe685606d95e39f0b 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"