From a0b9b0ec47425b61dbbff52af4583d643a449cd3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hern=C3=A1n=20Asorey?= <asoreyh@gmail.com>
Date: Sun, 16 Oct 2022 21:11:33 +0200
Subject: [PATCH] Docker version is now ready. It runs a complete simulation
 without an ARTI compatible docker just by calling do_sims.sh

---
 eas/do_sims.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eas/do_sims.sh b/eas/do_sims.sh
index a33df9d..50ae8d5 100755
--- a/eas/do_sims.sh
+++ b/eas/do_sims.sh
@@ -420,9 +420,9 @@ a=$(echo $prj)
 
 cp $basearti/sims/rain.pl $wdir/
 if $cta; then 
-    rain="./rain.pl -z"
+    rain="${wdir}/rain.pl -z"
 else
-    rain="./rain.pl "
+    rain="${wdir}/rain.pl "
 fi
 
 rain="$rain -i" # disable PLOT mode (not use PLOTSH and COMOUT)
-- 
GitLab