add sleep
build (backupdb) TeamCity build finished Details

This commit is contained in:
Sergey Paramoshkin 2025-09-25 10:35:19 +03:00
parent ee2b686c1b
commit b116401130
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ while true; do
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "[$(date)] ERROR: Failed to get database list!" echo "[$(date)] ERROR: Failed to get database list!"
sleep 43200 sleep ${SLEEP}
continue continue
fi fi