From c5ae58edbe8bd110421c59667f6b2480a0a9fe9f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 5 Aug 2019 11:52:35 +0200 Subject: lib/common-functions: do not wait for screens to finish - it's unimportant --- lib/common-functions | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/common-functions') 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 -- cgit v1.2.3