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