fixed variable reference

This commit is contained in:
Karel Srot 2021-02-08 10:28:17 +01:00
commit e5d68caa01

View file

@ -181,7 +181,7 @@ send "${SOPIN}\r"
sleep .1
expect "label: "
sleep .1
send "{$LABEL}\r"
send "${LABEL}\r"
sleep .1
expect eof {} \
"Incorrect PIN Entered." {exit 1}