From e608537651c9b7dc09b9826b60f3eef7e73e8139 Mon Sep 17 00:00:00 2001 From: DSS Date: Fri, 12 Dec 2025 16:49:35 -0300 Subject: [PATCH] scripts: fix dss-services start wait loop --- scripts/dss-services.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dss-services.sh b/scripts/dss-services.sh index b7748a9..544b9e6 100755 --- a/scripts/dss-services.sh +++ b/scripts/dss-services.sh @@ -104,7 +104,7 @@ start_service() { return 0 fi sleep 1 - ((waited++)) + ((waited+=1)) done log_error "$service failed to start (check $log)"