diff src/goodjava/lucene/backup/Backup.java @ 1673:1b9f9fdb3b41

remove backup password
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 28 May 2022 21:00:30 -0600
parents 8dd8c556c449
children af18eacf187c
line wrap: on
line diff
--- a/src/goodjava/lucene/backup/Backup.java	Thu May 26 21:10:02 2022 -0600
+++ b/src/goodjava/lucene/backup/Backup.java	Sat May 28 21:00:30 2022 -0600
@@ -30,6 +30,7 @@
 	Backup(File dir) {
 		this.dir = dir;
 		this.index = new File(dir,"index");
+		dir.setLastModified(System.currentTimeMillis());
 	}
 
 	void handle(RpcServer rpc,RpcCall call) {