From 668b5d99890178489cc70044d35cc55b24c6734c Mon Sep 17 00:00:00 2001
From: Anne Philipp <anne.philipp@univie.ac.at>
Date: Mon, 29 Jul 2019 12:35:28 +0200
Subject: [PATCH] corrected path to python prog

---
 run/run.sh | 2 +-
 setup.sh   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/run/run.sh b/run/run.sh
index 3969bb6..ccd9c74 100755
--- a/run/run.sh
+++ b/run/run.sh
@@ -38,7 +38,7 @@ PUBLIC=0
 # -----------------------------------------------------------------
 
 # PATH TO SUBMISSION SCRIPT
-pyscript=../Source/Python/submit.py
+pyscript=../source/python/submit.py
 
 # INITIALIZE EMPTY PARAMETERLIST
 parameterlist=""
diff --git a/setup.sh b/setup.sh
index 9baeaf6..493cf3b 100755
--- a/setup.sh
+++ b/setup.sh
@@ -32,7 +32,7 @@ CONTROLFILE='CONTROL_EA5'
 # -----------------------------------------------------------------
 
 # PATH TO INSTALLATION SCRIPT
-script="Source/Python/install.py"
+script="source/python/install.py"
 
 # INITIALIZE EMPTY PARAMETERLIST
 parameterlist=""
-- 
GitLab