From 9d53e6823db99fa08493b6ef4d3fa8032b0e034e Mon Sep 17 00:00:00 2001 From: gyurix Date: Thu, 9 Sep 2021 10:48:38 +0200 Subject: [PATCH] Minor changes. --- scripts/check_proxy_state.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/check_proxy_state.sh b/scripts/check_proxy_state.sh index b5e140d..0747c36 100755 --- a/scripts/check_proxy_state.sh +++ b/scripts/check_proxy_state.sh @@ -111,6 +111,8 @@ elif [[ "$RUNNING_CONTAINERS" -eq 0 ]] ; then echo "$proxies started successful"; else echo "$proxies starting was unsuccesful" + # In case of unsuccessfuly restarted proxy needed to start the proxy containers restarting process. + do_proxy_restart "$CONTAINER_NAMES"; fi done