From 1543e2723d868a0c5817d4ae050ba586a37760b8 Mon Sep 17 00:00:00 2001 From: 007revad <39733752+007revad@users.noreply.github.com> Date: Fri, 17 Mar 2023 22:26:34 +1100 Subject: [PATCH] Update CHANGES.txt - Fixed bug where removable drives were being detected and added to drive database. --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index 20b5d3d..db525a1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,7 @@ v1.1.15 - To (hopefully) prevent losing your SSH created M2 volume when running this script on models that DSM 7.2 Beta does not list as supported for creating M2 volumes. - Changed Synology model detection to be more reliable (for models that came in different variations). - Changed checking drive_db_test_url setting to be more durable. +- Fixed bug where removable drives were being detected and added to drive database. v1.1.14 - Minor bug fix.