diff options
-rwxr-xr-x | bin/db-update | 6 |
1 files changed, 6 insertions, 0 deletions
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}" | \ |