Skip to content

Commit

Permalink
Update expect scripts
Browse files Browse the repository at this point in the history
When the mirror and version url settings were added to the gui the
expect scripts also needed to be updated.
  • Loading branch information
bryteise committed Aug 1, 2018
1 parent 94ac1e5 commit 6b7da02
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions autoinstall.expect
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ send -- "\t"
send -- "\t"
send -- "\t"
send -- "\t"
send -- "\t"
send -- "\t"
send -- "\t"
send -- "\t"
send -- "\r"
expect -re ".*Choose Action.*"
send -- "\r"
Expand Down
4 changes: 4 additions & 0 deletions encryption.expect
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ send -- "\t"
send -- "\t"
send -- "\t"
send -- "\t"
send -- "\t"
send -- "\t"
send -- "\t"
send -- "\t"
send -- "\r"
expect -re ".*Choose Action.*"
send -- "\r"
Expand Down
4 changes: 4 additions & 0 deletions maninstall.expect
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ send -- "\t"
send -- "\t"
send -- "\t"
send -- "\t"
send -- "\t"
send -- "\t"
send -- "\t"
send -- "\t"
send -- "\r"
expect -re ".*Choose Action.*"
send -- "\r"
Expand Down

0 comments on commit 6b7da02

Please sign in to comment.