summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnetzbon/config_nginx.sh3
-rwxr-xr-xnetzbon/transfer.sh2
2 files changed, 4 insertions, 1 deletions
diff --git a/netzbon/config_nginx.sh b/netzbon/config_nginx.sh
index 3ba8db3..6bc490d 100755
--- a/netzbon/config_nginx.sh
+++ b/netzbon/config_nginx.sh
@@ -8,6 +8,9 @@ envsubst <nginx-conf/backend.taler-nginx.conf > /etc/nginx/sites-available/backe
envsubst <nginx-conf/bank.taler-nginx.conf > /etc/nginx/sites-available/bank.${DOMAIN_NAME}
envsubst <nginx-conf/exchange.taler-nginx.conf > /etc/nginx/sites-available/exchange.${DOMAIN_NAME}
+
+rm /etc/nginx/sites-enabled/default
+
if test ${ENABLE_TLS} == "y"
then
diff --git a/netzbon/transfer.sh b/netzbon/transfer.sh
index 90b8ec2..35ef224 100755
--- a/netzbon/transfer.sh
+++ b/netzbon/transfer.sh
@@ -5,7 +5,7 @@ set -eu
source functions.sh
-if test -z ${3:-}
+if test -z "${3:-}"
then
say "This tool allows you to send funds from the 'admin' account"
say "to a normal user's bank account within the system for testing."