007revad
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
syno_hdd_db.sh
|
|
@ -75,7 +75,7 @@ tag=$(get_latest_release "007revad/Synology_HDD_db") |
|
|
if ! printf "%s\n%s\n" "$tag" "$scriptver" | |
|
|
if ! printf "%s\n%s\n" "$tag" "$scriptver" | |
|
|
sort --check --version-sort &> /dev/null ; then |
|
|
sort --check --version-sort &> /dev/null ; then |
|
|
echo "There is a newer version of this script available." |
|
|
echo "There is a newer version of this script available." |
|
|
echo -e "Current version: ${scriptver}\nLatest version: ${tag:1}" |
|
|
echo -e "Current version: ${scriptver}\nLatest version: $tag" |
|
|
echo "https://github.com/007revad/Synology_HDD_db/releases/latest" |
|
|
echo "https://github.com/007revad/Synology_HDD_db/releases/latest" |
|
|
echo "" |
|
|
echo "" |
|
|
sleep 10 |
|
|
sleep 10 |
|
|
|