mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-11 13:15:17 +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_totp
|
||||||
update_hotp
|
update_hotp
|
||||||
|
|
||||||
if [[ "$HOTP" = "Success" && $CONFIG_AUTO_BOOT_TIMEOUT ]]; then
|
if [ "$HOTP" = "Success" -a -n "$CONFIG_AUTO_BOOT_TIMEOUT" ]; then
|
||||||
prompt_auto_default_boot
|
prompt_auto_default_boot
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user