libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 3148684919a16a03a6403c832fa39743b731b001
parent 4aa648916c73b42496505120829de1563effd926
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 22 Nov 2025 22:50:02 +0100

-fix path

Diffstat:
Mcontrib/libeufin-tan-sms.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/libeufin-tan-sms.sh b/contrib/libeufin-tan-sms.sh @@ -22,7 +22,7 @@ PROVIDERS="telesign clicksend" for PROVIDER in $PROVIDERS do SCRIPT_PATH="$SCRIPT_DIR/${BASE}-${PROVIDER}.sh" - if [ -x "$SCRIPT" ] + if [ -x "$SCRIPT_PATH" ] then if echo "$MESSAGE" | "$SCRIPT_PATH" "$PHONE_NUMBER" then