summaryrefslogtreecommitdiff
path: root/lib/common-functions
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-06-16 11:11:01 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-06-16 11:11:01 +0200
commite6dea6b6012fb07187dce7f54f29cf718ef8b6f0 (patch)
tree5cd2a78f17d1b667d0687712cc89f0cf5fe5de96 /lib/common-functions
parentcca18a48d4c1f58dcdde856a590ddd45dbedc329 (diff)
downloadbuilder-e6dea6b6012fb07187dce7f54f29cf718ef8b6f0.tar.xz
added screen -wipe in trigger_mirror_refreshs
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
}