taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit dd24c764f70b39820622fa274ee71c87fc5e93bf
parent 952736c28f0cab9a3f37120c24d902fe9789824a
Author: Florian Dold <florian@dold.me>
Date:   Wed, 12 Apr 2023 15:40:06 +0200

netzbon: shellcheck

Diffstat:
Mnetzbon/config_launch_libeufin.sh | 1+
Mnetzbon/transfer.sh | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/netzbon/config_launch_libeufin.sh b/netzbon/config_launch_libeufin.sh @@ -260,6 +260,7 @@ say "OK" say "Setting up SPA configuration..." +# shellcheck disable=SC2002 cat /usr/share/libeufin/demobank-ui/demobank-ui-settings.js | sed -e "s/localhost/bank.${DOMAIN_NAME}/g" | sed -e "s/Taler Bank/${BANK_NAME}/g" \ diff --git a/netzbon/transfer.sh b/netzbon/transfer.sh @@ -17,6 +17,7 @@ if test -z "${3:-}"; then exit 1 fi +# shellcheck disable=SC1091 source /etc/libeufin/sandbox.env export LIBEUFIN_SANDBOX_DB_CONNECTION