Mistyped characters corrections

This commit is contained in:
2021-06-06 20:47:39 +00:00
parent d06e20e084
commit 13716a3e0e

View File

@@ -46,15 +46,15 @@ done
#if [[ $UP -eq 1 ]] ; then #if [[ $UP -eq 1 ]] ; then
# echo "FUT"; # echo "FUT";
#fi #fi
RUNNING_CONTANERS=$((RUNNING_CONTANERS + UP)) RUNNING_CONTAINERS=$((RUNNING_CONTAINERS + UP))
done; done;
# Running containers from existing roles # Running containers from existing roles
# echo $CONTAINERS_BY_ROLE; # echo $CONTAINERS_BY_ROLE;
# echo $RUNNING_CONTANERS; # echo $RUNNING_CONTAINERS;
# The roles numbers and the running containers numbers are equal or greater than 2 # The roles numbers and the running containers numbers are equal or greater than 2
if [[ "$RUNNING_CONTANERS" == "$CONTAINERS_BY_ROLE" || "$RUNNING_CONTANERS" == 2 ]] ; then if [[ "$RUNNING_CONTAINERS" == "$CONTAINERS_BY_ROLE" || "$RUNNING_CONTAINERS" == 2 ]] ; then
echo "Starting proxy restart process" echo "Starting proxy restart process"
fi fi
#if [[ $UP -eq 1 ]] ; then #if [[ $UP -eq 1 ]] ; then