From 82fcec531ba77a16071dae63ddf57ebc28d2ab1e Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 21 Nov 2019 09:42:20 +0100 Subject: bin/bisect-database-dumps: files should be sorted by filename --- bin/bisect-database-dumps | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/bisect-database-dumps') diff --git a/bin/bisect-database-dumps b/bin/bisect-database-dumps index 700e332..d788d1f 100755 --- a/bin/bisect-database-dumps +++ b/bin/bisect-database-dumps @@ -4,7 +4,8 @@ # appeared first dumps=$( - find '/data/backup/mysql' -mindepth 1 -maxdepth 1 -name 'database-*.xz' -exec ls -tr {} + + find '/data/backup/mysql' -mindepth 1 -maxdepth 1 -name 'database-*.xz' -exec ls -tr {} + \ + | sort ) has=$( -- cgit v1.2.3