fix
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 3s

This commit is contained in:
Jose Henrique 2024-12-28 21:13:51 -03:00
parent 72272cacac
commit 40eaf4702e

View File

@ -54,7 +54,7 @@ fi
for folder in */; do for folder in */; do
cd $folder cd $folder
DOCKER_RUNNING = $(docker-compose ps -q) DOCKER_RUNNING=$(docker-compose ps -q)
if [ -n "$DOCKER_RUNNING" ]; then if [ -n "$DOCKER_RUNNING" ]; then
echo "[$folder] Stopping Docker containers" echo "[$folder] Stopping Docker containers"