From e6dea6b6012fb07187dce7f54f29cf718ef8b6f0 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 16 Jun 2019 11:11:01 +0200 Subject: added screen -wipe in trigger_mirror_refreshs --- lib/common-functions | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/common-functions') diff --git a/lib/common-functions b/lib/common-functions index 59ab853..bd3742e 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -733,6 +733,7 @@ trigger_mirror_refreshs() { done while screen -list trigger-mirror-update; do sleep 1 + screen -wipe done } -- cgit v1.2.3-54-g00ecf