From a8f370b5b275c13e0fc39d68a69a588f7651afdf Mon Sep 17 00:00:00 2001 From: James Runnalls <james.runnalls@eawag.ch> Date: Tue, 27 Oct 2020 16:42:58 +0100 Subject: [PATCH] Edit path --- notebooks/automate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/automate.sh b/notebooks/automate.sh index 685b10e7..8c4f7684 100644 --- a/notebooks/automate.sh +++ b/notebooks/automate.sh @@ -1,8 +1,8 @@ -cd /home/ubuntu/lake-greifen-platform +cd /home/ubuntu/lake-greifen-profiles git pull -python3 /home/ubuntu/lake-greifen-platform/notebooks/main.py +python3 /home/ubuntu/lake-greifen-profiles/notebooks/main.py git add --all git commit -m "Auto upload" -- GitLab