From 52fc225c8bc85f5fc05c14e10ff0a34a1664aab7 Mon Sep 17 00:00:00 2001 From: stremovsky Date: Sun, 15 Dec 2019 23:38:51 +0200 Subject: [PATCH] fix typo --- create-test-user.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/create-test-user.sh b/create-test-user.sh index a5b8a73..29a83c0 100755 --- a/create-test-user.sh +++ b/create-test-user.sh @@ -1,4 +1,5 @@ #!/bin/sh +set -x DATABUNKER_APIKEY=$1 if [ -z $DATABUNKER_APIKEY ]; then @@ -47,7 +48,7 @@ echo "Enable consent send-sms for user by email: $RESULT" RESULT=`curl -s http://localhost:3000/v1/consent/phone/4444/send-sms2 -XDELETE \ -H "X-Bunker-Token: "$DATABUNKER_APIKEY -H "Content-Type: application/json"` -echo "Disabke consent send-sms for user by phone: $RESULT" +echo "Withdraw consent send-sms for user by phone: $RESULT" RESULT=`curl -s http://localhost:3000/v1/consent/token/$TOKEN/send-sms \ -H "X-Bunker-Token: "$DATABUNKER_APIKEY -H "Content-Type: application/json"`