Skip to content

Commit

Permalink
Fix typo in refind-sb-healthcheck message
Browse files Browse the repository at this point in the history
  • Loading branch information
srs5694 committed Mar 31, 2024
1 parent 426d5e2 commit 68e9b42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
already written to the refind.log file, when log_level is set to 1 or
above.

- Fixed a typo in a message in refind-sb-healthcheck.

0.14.1 (3/24/2024):
-------------------

Expand Down
3 changes: 2 additions & 1 deletion refind-sb-healthcheck
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

# Revision history
#
# 0.14.2 -- Fixed trivial typo
# 0.14.0 -- Initial release

FOUND_EXPIRED_KEY="0"
Expand Down Expand Up @@ -550,7 +551,7 @@ PauseForKey
CheckAllKeysExpiration
if [[ "$REBOOT_AFTER" -eq 1 ]] ; then
echo
echo "You must reboot the computer to finish key management. you can do so yourself,"
echo "You must reboot the computer to finish key management. You can do so yourself,"
echo "or this program can reboot right now."
GetYN "Do you want to reboot IMMEDIATELY" "N"
if [[ "$YN" == "Y" ]] ; then
Expand Down

0 comments on commit 68e9b42

Please sign in to comment.