Skip to content

Commit

Permalink
Merge pull request #415 from 007revad/develop
Browse files Browse the repository at this point in the history
Update syno_hdd_db.sh
  • Loading branch information
007revad authored Dec 31, 2024
2 parents 67cb741 + 27364cf commit 068ed26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syno_hdd_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}')"
Expand Down

0 comments on commit 068ed26

Please sign in to comment.