This commit is contained in:
EC2 Default User 2026-04-02 06:33:42 +00:00
parent 0c030b6b02
commit 9fab8507a8

View File

@ -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