From 4fa817265f67aaa53cc81db046e9d9fe315cf17e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A1n=20Asorey?= <asoreyh@gmail.com> Date: Sun, 16 Oct 2022 21:04:26 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eas/do_sims.sh b/eas/do_sims.sh index 3b4157a..a33df9d 100755 --- a/eas/do_sims.sh +++ b/eas/do_sims.sh @@ -431,7 +431,7 @@ if $sites; then rain="$rain -s ${site}" fi -if $debug; then +if $docker; then rain="$rain -d" fi -- GitLab