Browse Source
Merge pull request #235 from 007revad/develop
Develop
pull/269/head
v3.4.84
Dave Russell
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
5 additions and
2 deletions
-
CHANGES.txt
-
syno_hdd_db.sh
|
|
|
@ -1,3 +1,6 @@ |
|
|
|
v3.4.84 |
|
|
|
- Bug fix when script updates itself and user ran the script from ./scriptname.sh |
|
|
|
|
|
|
|
v3.4.83 |
|
|
|
- Fix for drives that exist in the drive database already but have "compatibility not_support". |
|
|
|
- Affected drives were showing as "Incompatible" in storage manager. |
|
|
|
|
|
|
|
@ -27,7 +27,7 @@ |
|
|
|
# Now warns if script is located on an M.2 volume. |
|
|
|
|
|
|
|
|
|
|
|
scriptver="v3.4.83" |
|
|
|
scriptver="v3.4.84" |
|
|
|
script=Synology_HDD_db |
|
|
|
repo="007revad/Synology_HDD_db" |
|
|
|
scriptname=syno_hdd_db |
|
|
|
@ -456,7 +456,7 @@ if ! printf "%s\n%s\n" "$tag" "$scriptver" | |
|
|
|
|
|
|
|
# Reload script |
|
|
|
printf -- '-%.0s' {1..79}; echo # print 79 - |
|
|
|
exec "$0" "${args[@]}" |
|
|
|
exec "${scriptpath}/$scriptfile" "${args[@]}" |
|
|
|
else |
|
|
|
syslog_set warn "$script update to $tag had errors" |
|
|
|
fi |
|
|
|
|