summaryrefslogtreecommitdiff
path: root/regional-currency/main.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regional-currency/main.sh')
-rwxr-xr-xregional-currency/main.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/regional-currency/main.sh b/regional-currency/main.sh
index f7bc9e3..3214e0f 100755
--- a/regional-currency/main.sh
+++ b/regional-currency/main.sh
@@ -92,8 +92,10 @@ say "You can connect to the bank web UI as 'admin' using '${BANK_ADMIN_PASSWORD}
say "A merchant is at ${PROTO}://backend.${DOMAIN_NAME}/"
say "You should set credentials for the merchant soon."
-say "For currency conversion to work, you must manually complete"
-say "the EBICS configuration."
+if test ${DO_CONVERSION} == y; then
+ say "For currency conversion to work, you must manually complete"
+ say "the EBICS configuration."
+fi
exit 0
# END INSTALLATION