Skip to content

Commit

Permalink
Update syno_hdd_db.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
007revad authored Dec 31, 2024
1 parent 0105a09 commit 53902cc
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 @@ -2296,7 +2296,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"

# Check dhm_tool updated
dhm_version="$(dhm_tool --version | grep "Utility Version" | awk '{print $NF}')"
Expand Down

0 comments on commit 53902cc

Please sign in to comment.