Commit fe19cb33 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige script de check (paréntesis faltante)

parent 166d488e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ do
					do \
						runningServiceStoppedTaskState=\$(docker service ps --format '{{.CurrentState}}' \
							-f 'desired-state=shutdown' -f \"name=\${runningServiceName}.\${k}\" \
							\${runningServiceName} | head -1 ; \
							\${runningServiceName} | head -1) ; \
						if echo \"\${runningServiceStoppedTaskState}\" | grep 'Complete' ; \
						then \
							completedTaskCount=\$((\${completedTaskCount} + 1)) ; \