Browse Source

Colors was disabled on preconf stage

pull/40/head
Paul Rock 6 years ago
parent
commit
0da8a1ffcc
  1. 2
      preconf.tcl

2
preconf.tcl

@ -7,7 +7,7 @@ set port [lindex $argv 0]
spawn telnet localhost $port
expect "Login: "
send "admin+c\n"
send "admin+etc\n"
expect "Password: "
send "\n"
expect "]:"

Loading…
Cancel
Save