From ee335a69a5798fc5acabb5efa12d49397d66023a Mon Sep 17 00:00:00 2001 From: ChuckPa Date: Mon, 16 Oct 2023 20:32:51 -0400 Subject: [PATCH] Update ReleaseNotes Release notes --- DBRepair.sh | 2 +- ReleaseNotes | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DBRepair.sh b/DBRepair.sh index cc45f96..1f56dec 100755 --- a/DBRepair.sh +++ b/DBRepair.sh @@ -1931,7 +1931,7 @@ do GetLatestRelease if [ $(VersionDigits $LatestVersion) -gt $(VersionDigits $Version) ]; then [ $Scripted -eq 1 ] && DoUpdate=1 - [ ConfirmYesNo "Download $Latest and update?" ] && DoUpdate=1 + ConfirmYesNo "Download $Latest and update?" && DoUpdate=1 else Output "No update available." fi diff --git a/ReleaseNotes b/ReleaseNotes index 83050ac..37f1020 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -12,6 +12,7 @@ v1.01.00 - Adds ability to self download and install latest version of DBRepair.sh - Slightly changes numbering style to accommodate future updates with new update capability. + - Thanks to @causefx for his contributions to this release v1.0.13