summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-01-14 19:12:01 +0100
committerms <ms@taler.net>2021-01-14 19:12:01 +0100
commit47ce51c1be1d10c9427dd2450ae99fa9e66a4136 (patch)
tree9b9fc44203fd9d2b8f1962afc25378a75291838d /cli
parentd865d364b46739ddc32996a9cb76997e8b057415 (diff)
downloadlibeufin-47ce51c1be1d10c9427dd2450ae99fa9e66a4136.tar.gz
libeufin-47ce51c1be1d10c9427dd2450ae99fa9e66a4136.tar.bz2
libeufin-47ce51c1be1d10c9427dd2450ae99fa9e66a4136.zip
fix loop skip
Diffstat (limited to 'cli')
-rwxr-xr-xcli/setup-template.sh11
1 files changed, 5 insertions, 6 deletions
diff --git a/cli/setup-template.sh b/cli/setup-template.sh
index 6f42d9f0..13b75ec8 100755
--- a/cli/setup-template.sh
+++ b/cli/setup-template.sh
@@ -122,12 +122,11 @@ echo Download bank accounts
cat << EOF
-env-setter:
- export NEXUS_BASE_URL=http://localhost:5001/ NEXUS_USERNAME=$NEXUS_USER NEXUS_PASSWORD=$NEXUS_PASSWORD LIBEUFIN_SANDBOX_URL=$SANDBOX_URL
-
-Connection: $(tput bold)$NEXUS_BANK_CONNECTION_NAME$(tput sgr0)
-Account (imported): $(tput bold)$ACCOUNT_NAME_AT_NEXUS$(tput sgr0)
+Bank connection name: $(tput bold)$NEXUS_BANK_CONNECTION_NAME$(tput sgr0)
+Bank account, imported name: $(tput bold)$ACCOUNT_NAME_AT_NEXUS$(tput sgr0)
+Bank account, native name: $(tput bold)$ACCOUNT_NAME$(tput sgr0)
+env-setter: $(tput bold)export NEXUS_BASE_URL=http://localhost:5001/ NEXUS_USERNAME=$NEXUS_USER NEXUS_PASSWORD=$NEXUS_PASSWORD LIBEUFIN_SANDBOX_URL=$SANDBOX_URL$(tput sgr0)
EOF
-read -p "Press Enter to terminate the services:"
+read -p "Press Enter to terminate the services: "