Update boot.sh

This commit is contained in:
Kroese 2024-05-26 13:34:06 +02:00 committed by GitHub
parent f118139a02
commit ce2f05be46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ case "${BOOT_MODE,,}" in
BOOT_OPTS="-rtc base=localtime"
;;
*)
error "Unrecognized BOOT_MODE, value \"${BOOT_MODE}\" is not recognized!"
error "Unknown BOOT_MODE, value \"${BOOT_MODE}\" is not recognized!"
exit 33
;;
esac