Minor change.

This commit is contained in:
2021-09-09 11:32:40 +02:00
parent 9d53e6823d
commit cad44291ce

View File

@@ -110,9 +110,9 @@ elif [[ "$RUNNING_CONTAINERS" -eq 0 ]] ; then
if docker ps | grep $proxies ; then if docker ps | grep $proxies ; then
echo "$proxies started successful"; echo "$proxies started successful";
else else
echo "$proxies starting was unsuccesful" echo "$proxies starting was unsuccesful";
# In case of unsuccessfuly restarted proxy needed to start the proxy containers restarting process. # In case of unsuccessfuly restarted proxy needed to start the proxy containers restarting process.
do_proxy_restart "$CONTAINER_NAMES"; do_proxy_restart $proxies;
fi fi
done done