summaryrefslogtreecommitdiff
path: root/lib/common-functions
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common-functions')
-rwxr-xr-xlib/common-functions1
1 files changed, 1 insertions, 0 deletions
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
}