summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/common-functions5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/common-functions b/lib/common-functions
index 7bf79a6..59576fb 100755
--- a/lib/common-functions
+++ b/lib/common-functions
@@ -728,13 +728,10 @@ trigger_mirror_refreshs() {
"${tmp_file}" \
"${master_mirror_rsync_directory}/lastupdate"
rm "${tmp_file}"
+ screen -wipe || true
for trigger_url in ${mirror_refresh_trigger_urls}; do
screen -S trigger-mirror-update -d -m curl -L --connect-timeout 10 "${trigger_url}"
done
- while screen -list trigger-mirror-update; do
- sleep 1
- screen -wipe || true
- done
}
# extract_pkgname_epoch_pkgver_pkgrel_sub_pkgrel_arch_from_package_name