gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] 07/25: Bash typo - Remove nginx sites-enabled default


From: gnunet
Subject: [taler-deployment] 07/25: Bash typo - Remove nginx sites-enabled default
Date: Thu, 06 Apr 2023 14:11:31 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository deployment.

commit fc59f0b0afff68ed87e59c1749d8dcfae4baea4e
Author: Javier Sepulveda <javier.sepulveda@uv.es>
AuthorDate: Fri Mar 31 11:18:01 2023 +0200

    Bash typo - Remove nginx sites-enabled default
---
 netzbon/config_nginx.sh | 3 +++
 netzbon/transfer.sh     | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

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."

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]