From 9fab8507a863e123153da932244640963b25ca7b Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Thu, 2 Apr 2026 06:33:42 +0000 Subject: [PATCH] BUG: fix --- DbContinuousIntegrationWrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DbContinuousIntegrationWrapper.sh b/DbContinuousIntegrationWrapper.sh index 5a27bd3..5aabcfe 100755 --- a/DbContinuousIntegrationWrapper.sh +++ b/DbContinuousIntegrationWrapper.sh @@ -6,7 +6,7 @@ if [[ -n "${DB_USER:-}" ]]; then MARIA_DB_CMD="$MARIA_DB_CMD -u $DB_USER"; fi if [[ -n "${DB_PASS:-}" ]]; then MARIA_DB_CMD="$MARIA_DB_CMD -p$DB_PASS"; fi -while [[ true ]] +while [[ 1 ]] do killall DbContinuousIntegrationWrapper.sh