From 5243a91c1984370490fb6bf34b368891713561f9 Mon Sep 17 00:00:00 2001 From: Vitor Trovisco <vmt25@cam.ac.uk> Date: Thu, 4 Aug 2022 10:48:34 +0000 Subject: [PATCH] changed variable for canto-space location under new overarching canto-project directory --- weekly_routine.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/weekly_routine.sh b/weekly_routine.sh index 4d56744..710fa4f 100755 --- a/weekly_routine.sh +++ b/weekly_routine.sh @@ -1,9 +1,9 @@ #!/bin/bash -# weekly routine on Sunday pm /Monday am. This script should be run from /data/export/canto-space +# weekly routine on Sunday pm /Monday am. This script should be run from '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