Browse Source
Merge pull request #415 from 007revad/develop
Update syno_hdd_db.sh
pull/416/head
v3.6.109
Dave Russell
12 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
syno_hdd_db.sh
|
|
|
@ -2276,7 +2276,7 @@ if [[ $arch == "x86_64" ]]; then |
|
|
|
branch="main" |
|
|
|
file_url="https://raw.githubusercontent.com/${repo}/${branch}/bin/dhm_tool" |
|
|
|
# install_binfile <file> <file-url> <destination> <chmod> <bundled-path> <hash> |
|
|
|
install_binfile dhm_tool "$file_url" /usr/syno/sbin/dhm_tool "a+x" bin/dhm_tool "$md5hash" |
|
|
|
install_binfile dhm_tool "$file_url" /usr/syno/sbin/dhm_tool "755" bin/dhm_tool "$md5hash" |
|
|
|
else |
|
|
|
# Check if dhm_tool needs updating |
|
|
|
dhm_version="$(dhm_tool --version | grep "Utility Version" | awk '{print $NF}')" |
|
|
|
|