BUG: fix
This commit is contained in:
parent
0c030b6b02
commit
9fab8507a8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user