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

Loading…
Cancel
Save