diff options
Diffstat (limited to 'bin/return-assignment')
-rwxr-xr-x | bin/return-assignment | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/return-assignment b/bin/return-assignment index 8bcc1b9..75a358d 100755 --- a/bin/return-assignment +++ b/bin/return-assignment @@ -906,8 +906,6 @@ cut -d' ' -f4,5 "${tmp_dir}/repository-ids" | \ "${master_mirror_rsync_directory}/${arch}/${repo}/" done -trigger_mirror_refreshs - # shellcheck disable=SC2016 { # insert checksums into database @@ -1158,3 +1156,5 @@ trigger_mirror_refreshs mysql_run_query | \ sort -u | \ remove_old_package_versions + +trigger_mirror_refreshs |