modified Container file for clightning to add expect requirement

This commit is contained in:
2024-02-20 13:50:46 -06:00
parent 8dc577ca2a
commit 13517580f2
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -48,8 +48,7 @@ match_max 100000
expect "*"
expect "*"
send -- "0\r"
expect -exact "Introduce your BIP39 word list separated by space (at least 12 words):\r
"
expect -exact "Introduce your BIP39 word list separated by space (at least 12 words):\r"
send -- "$WORDS\r"
expect "*"
send -- "\r"