Browse Source

Update syno_hdd_db.sh

pull/36/head
007revad 3 years ago
committed by GitHub
parent
commit
d1f36c71f9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      syno_hdd_db.sh

8
syno_hdd_db.sh

@ -89,7 +89,7 @@
# Optionally disable "support_disk_compatibility".
scriptver="v1.2.24"
scriptver="v1.2.25"
script=Synology_HDD_db
repo="007revad/Synology_HDD_db"
@ -276,11 +276,11 @@ if ! printf "%s\n%s\n" "$tag" "$scriptver" |
echo -e "${Error}ERROR ${Off} Failed to delete"\
"downloaded $script-$shorttag.tar.gz!"
else
echo -e "\n$tag and changes.txt are in "\
"${Cyan}$scriptpath/$script-$shorttag${Off}"
echo -e "\n$tag and changes.txt downloaded to:"\
"$scriptpath"
echo -e "${Cyan}Do you want to stop this script"\
"so you can run the new one?${Off} {y/n]"
read -r -t 30 reply
read -r reply
if [[ ${reply,,} == "y" ]]; then exit; fi
fi
fi

Loading…
Cancel
Save