From 6b7da02bd941683d610744dc98e20ce23d86d3e1 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Wed, 1 Aug 2018 16:51:32 +0000 Subject: [PATCH] Update expect scripts When the mirror and version url settings were added to the gui the expect scripts also needed to be updated. --- autoinstall.expect | 4 ++++ encryption.expect | 4 ++++ maninstall.expect | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/autoinstall.expect b/autoinstall.expect index c7b8e03..1c92c29 100755 --- a/autoinstall.expect +++ b/autoinstall.expect @@ -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" diff --git a/encryption.expect b/encryption.expect index d460e41..dc17038 100755 --- a/encryption.expect +++ b/encryption.expect @@ -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" diff --git a/maninstall.expect b/maninstall.expect index 9387007..cf97f18 100755 --- a/maninstall.expect +++ b/maninstall.expect @@ -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"