From fede8f6fa7073f24f55eb0d144f38a9b43c9dce7 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 26 Jul 2024 07:11:24 +0200 Subject: [PATCH] don't stress the server too much --- usr/bin/archboot-server-update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/bin/archboot-server-update.sh b/usr/bin/archboot-server-update.sh index 925518864..33e247cee 100755 --- a/usr/bin/archboot-server-update.sh +++ b/usr/bin/archboot-server-update.sh @@ -31,6 +31,7 @@ for i in ${_SERVER_ARCH}; do # if trigger successful, release new image to server if rg -qw "${k}" "${i}"/var/log/pacman.log; then archboot-"${i}"-server-release.sh || echo "Error: ${i} release!" >> error.log + sleep 2500 break fi done