From b401b1f7c3b83c095adb01bfeded39d77f5d663f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 9 Mar 2018 12:27:40 +0100 Subject: bin/db-update: touch mv* and rm* files in case they're not there yet --- bin/db-update | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/db-update b/bin/db-update index fd3654c..1c7ce94 100755 --- a/bin/db-update +++ b/bin/db-update @@ -156,6 +156,12 @@ for source_stability in 'testing' 'staging'; do continue fi + touch \ + "${tmp_dir}/mv" \ + "${tmp_dir}/mv.id" \ + "${tmp_dir}/rm" \ + "${tmp_dir}/rm.id" + # shellcheck disable=SC2086 for s in "${tmp_dir}/"*; do sort -u "${s}" | \ -- cgit v1.2.3