chiark / gitweb /
Remove `--force' from keys.new-keeper; introduce explicit delete command.
[distorted-keys] / cryptop.list
index 54380cc3e91975ed7de342cdb0e6c2ee2224328c..538b623cfc889a45c846c11fd519f2b51d537b51 100755 (executable)
@@ -187,7 +187,7 @@ while :; do
     t) dir=store ;;
     nil) dir=store/$user ;;
   esac
-  metas=$(find store -type f -name meta)
+  metas=$(find $dir -type f -name meta | sort)
 
   ## Work through the keys we found.
   while :; do