mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-29 15:44:07 +00:00
gui-init: fix sh: argument expected
This commit is contained in:
parent
5bc2bc88e4
commit
5fbbbbc3f7
@ -623,7 +623,7 @@ check_gpg_key
|
||||
update_totp
|
||||
update_hotp
|
||||
|
||||
if [[ "$HOTP" = "Success" && $CONFIG_AUTO_BOOT_TIMEOUT ]]; then
|
||||
if [ "$HOTP" = "Success" -a -n "$CONFIG_AUTO_BOOT_TIMEOUT" ]; then
|
||||
prompt_auto_default_boot
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user