Skip to content

Commit b70390b

Browse files
committed
Update mySETUP.sh
1 parent 879d292 commit b70390b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mySETUP.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exp_continue
1010
}
1111
-re ".*sword.*" {
1212
# modify the following to your board password
13-
exp_send [your_password]\r
13+
exp_send "[your_password]\r"
1414
}
1515
}
1616
expect "*~#" {send "opkg update\r"}
@@ -19,4 +19,4 @@ expect "*~#" {send "opkg install python-openssl\r"}
1919
expect "*~#" {send "easy_install pip\r"}
2020
expect "*~#" {send "pip install paho-mqtt\r"}
2121
expect "*~#" {send "exit\r"}
22-
interact
22+
interact

0 commit comments

Comments
 (0)