Fix indentation and correct amount of {}

This commit is contained in:
Patrik Holmqvist 2025-01-17 09:35:00 +01:00
parent c4efcfec0a
commit 88669cf8c2
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -15,9 +15,9 @@ expect "Action \\\[1,2,3,A\\\] : " {
expect -exact "Confirm encryption key password: "
sleep 1
send -- "$enc_password\r"
}
expect "Restore processing finished." {
set exit_val 0
}
}
expect "Restore processing finished." {
set exit_val 0
}
exit $exit_val