From 19a8122633a7c0ef55dc2bfa67c3b89adfdffe92 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 16 Jun 2019 12:55:05 +0200 Subject: lib/common-functions: trigger_mirror_refreshs(): ignore exit code of "screen -wipe" --- lib/common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common-functions') 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 } -- cgit v1.2.3-54-g00ecf