From d1f36c71f980cf3cc4e688333e59fb303fc900df Mon Sep 17 00:00:00 2001 From: 007revad <39733752+007revad@users.noreply.github.com> Date: Sun, 26 Mar 2023 06:26:50 +1100 Subject: [PATCH] Update syno_hdd_db.sh --- syno_hdd_db.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/syno_hdd_db.sh b/syno_hdd_db.sh index d1b880a..5c027d0 100644 --- a/syno_hdd_db.sh +++ b/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