From e35e00cc05f2022d64b5c11ef58f23c732d3237a Mon Sep 17 00:00:00 2001
From: James Nairn <jwrn3@cam.ac.uk>
Date: Mon, 23 Nov 2020 09:43:24 +0000
Subject: [PATCH] Fixed path to weekly_routine.sh

---
 canto_weekly.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/canto_weekly.service b/canto_weekly.service
index 834435b..807a2c0 100644
--- a/canto_weekly.service
+++ b/canto_weekly.service
@@ -5,7 +5,7 @@ Wants=network-online.target
 
 [Service]
 WorkingDirectory=/data/export/canto-space/canto
-ExecStart=/data/export/canto-space/canto/weekly_routine.sh
+ExecStart=/data/export/canto-space/weekly_routine.sh
 
 [Install]
 WantedBy=default.target
\ No newline at end of file
-- 
GitLab