diff options
Diffstat (limited to 'bin/db-update')
-rwxr-xr-x | bin/db-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/db-update b/bin/db-update index 5fc7af3..94c1ec6 100755 --- a/bin/db-update +++ b/bin/db-update @@ -163,7 +163,7 @@ export TMPDIR="${tmp_dir}" for source_stability in \ "${repository_stability_ids__testing}" \ "${repository_stability_ids__staging}"; do - find "${tmp_dir}" -mindepth 1 -delete + find "${tmp_dir}" -xdev -mindepth 1 -delete # shellcheck disable=SC2016 { |