diff --git a/configs/docker/run/launchAndRunDockerEWS.sh b/configs/docker/run/launchAndRunDockerEWS.sh index 8ee8bba01ee3711855ffca13ba60a6658ecb6a37..86e89ae253e4d148cf45dd83c68d4b9bfb0b6d6f 100755 --- a/configs/docker/run/launchAndRunDockerEWS.sh +++ b/configs/docker/run/launchAndRunDockerEWS.sh @@ -4,13 +4,14 @@ set -e upload='' islive='' clearup='' +loglevel='' component='not_set' 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 -LONG=component:,config:,rundate:,noupload::,islive::,clearup::,help +LONG=component:,config:,rundate:,noupload::,islive::,clearup::,loglevel::,help OPTS=$(getopt -a --options $SHORT --longoptions $LONG -- "$@") echo $OPTS eval set -- "$OPTS"