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}