From 6fa3c10ee1ae73b32ddce197e556971f9f4b81d0 Mon Sep 17 00:00:00 2001 From: subnub Date: Thu, 5 Mar 2020 15:39:54 -0500 Subject: [PATCH] more readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4330571..a79068f 100755 --- a/readme.md +++ b/readme.md @@ -52,7 +52,7 @@ MyDrive comes with some build in NPM scripts for server management, this include - Clean Database: Command “npm run clean-database”, Cleans database, removing any orphaned chunks that do not have a file associated with them, this command will automatically run backup database, incase anything fails. -- Change Encryption Password: Command “change-password-database”, Changed the encryption password, that the server first asks for on start up, this requires the old encryption password. +- Change Encryption Password: Command “change-password-database”, Changed the encryption password, that the server first asks for on start up, this requires the old encryption password. This will also create a new backup, incase anything fails. - Delete Database: Command “npm run delete-database”, Deletes the main database, does not delete the temporary backup.