index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/common-functions | 2 |
diff --git a/lib/common-functions b/lib/common-functions index bd3742e..873521d 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -733,7 +733,7 @@ trigger_mirror_refreshs() { done while screen -list trigger-mirror-update; do sleep 1 - screen -wipe + screen -wipe || true done } |