From 077419ab8645f15a515cb0a74efd2dbda6635578 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Tue, 25 Apr 2023 22:49:05 +1000 Subject: [PATCH] Update CHANGES.txt - Added --restore info to --help - Updated restore option to download the latest db files from Synology - Now warns you if you try to run it in sh with "sh scriptname.sh" --- CHANGES.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index e1716cc..71435d8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,7 @@ v2.2.44 -- Prevent running with "sh scriptname.sh". +- Added --restore info to --help +- Updated restore option to download the latest db files from Synology +- Now warns you if you try to run it in sh with "sh scriptname.sh" v2.2.43 - Fixed DSM 6 bug where the drives were being duplicated in the .db files each time the script was run.