From e5d68caa015cdfca95d9805db8d065fcddbce783 Mon Sep 17 00:00:00 2001 From: Karel Srot Date: Mon, 8 Feb 2021 10:28:17 +0100 Subject: [PATCH] fixed variable reference --- Library/token-manipulation/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/token-manipulation/lib.sh b/Library/token-manipulation/lib.sh index d57f00c..ff3cc86 100644 --- a/Library/token-manipulation/lib.sh +++ b/Library/token-manipulation/lib.sh @@ -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}