Fix indentation and correct amount of {}
This commit is contained in:
parent
c4efcfec0a
commit
88669cf8c2
1 changed files with 4 additions and 4 deletions
|
@ -15,9 +15,9 @@ expect "Action \\\[1,2,3,A\\\] : " {
|
||||||
expect -exact "Confirm encryption key password: "
|
expect -exact "Confirm encryption key password: "
|
||||||
sleep 1
|
sleep 1
|
||||||
send -- "$enc_password\r"
|
send -- "$enc_password\r"
|
||||||
}
|
|
||||||
expect "Restore processing finished." {
|
|
||||||
set exit_val 0
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
expect "Restore processing finished." {
|
||||||
|
set exit_val 0
|
||||||
|
}
|
||||||
|
|
||||||
exit $exit_val
|
exit $exit_val
|
||||||
|
|
Loading…
Add table
Reference in a new issue