summaryrefslogtreecommitdiff
path: root/bin/db-update
diff options
context:
space:
mode:
Diffstat (limited to 'bin/db-update')
-rwxr-xr-xbin/db-update7
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/db-update b/bin/db-update
index 4d4fef1..5f19a28 100755
--- a/bin/db-update
+++ b/bin/db-update
@@ -324,12 +324,7 @@ move_packages() {
"${tmp_dir}/tmp/packages"
if ! ${no_action}; then
- date '+%s' > \
- "${tmp_dir}/tmp/lastupdate"
- # shellcheck disable=SC2086
- ${dummynator} ${master_mirror_rsync_command} \
- "${tmp_dir}/tmp/lastupdate" \
- "${master_mirror_rsync_directory}/lastupdate"
+ ${dummynator} trigger_mirror_refreshs
fi
rm -rf --one-file-system "${tmp_dir:?}/tmp"