Fix value of "bootmenu_delay" nvram param

This commit is contained in:
remittor
2023-12-06 22:09:58 +03:00
parent 462d6de40b
commit b57730e54d
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -381,5 +381,6 @@ if not ssh_en:
print(f"WARNING: FTP server not responding (IP: {gw.ip_addr})")
if ssh_en or telnet_en:
gw.run_cmd('nvram set uart_en=1; nvram set boot_wait=on; nvram set bootdelay=3; nvram commit')
gw.run_cmd('nvram set uart_en=1; nvram set boot_wait=on; nvram commit')
gw.run_cmd('nvram set bootdelay=3; nvram set bootmenu_delay=5; nvram commit')