From e81b3c13c29a0657fbfc576c3f362592ef0d0305 Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Thu, 9 Feb 2023 15:28:37 +0000 Subject: [PATCH] dding a default pth for the config file --- configs/docker/run/runDockerEWS.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/docker/run/runDockerEWS.sh b/configs/docker/run/runDockerEWS.sh index 9e76122..2061c8b 100755 --- a/configs/docker/run/runDockerEWS.sh +++ b/configs/docker/run/runDockerEWS.sh @@ -2,6 +2,7 @@ set -e upload='--noupload' # default +config='/storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json' # default rundate=$(date '+%Y%m%d') # default today SHORT=p:,c:,s:,h -- GitLab