Update boot.sh
This commit is contained in:
parent
f118139a02
commit
ce2f05be46
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue