From e81ab4c9e4a7fdc22ac450d3fc48195766c3ca5d Mon Sep 17 00:00:00 2001 From: serv0002 <serv0002@hpc-build1.hpc.itc.rwth-aachen.de> Date: Wed, 14 Sep 2022 09:26:50 +0200 Subject: [PATCH] runner Path --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 44cc5af..07bef96 100755 --- a/main.sh +++ b/main.sh @@ -1,3 +1,3 @@ #!/bin/bash module load python -python3 /home/as388453/customdriver/driver.py $@ +python3 $HOME/customdriver/driver.py $@ -- GitLab