summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-04-12 15:40:06 +0200
committerFlorian Dold <florian@dold.me>2023-04-12 15:40:06 +0200
commitdd24c764f70b39820622fa274ee71c87fc5e93bf (patch)
tree2d2180a610c9403b4befae8b69bd891d0e959a13
parent952736c28f0cab9a3f37120c24d902fe9789824a (diff)
downloaddeployment-dd24c764f70b39820622fa274ee71c87fc5e93bf.tar.gz
deployment-dd24c764f70b39820622fa274ee71c87fc5e93bf.tar.bz2
deployment-dd24c764f70b39820622fa274ee71c87fc5e93bf.zip
netzbon: shellcheck
-rwxr-xr-xnetzbon/config_launch_libeufin.sh1
-rwxr-xr-xnetzbon/transfer.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/netzbon/config_launch_libeufin.sh b/netzbon/config_launch_libeufin.sh
index d00e631..0b6cb6f 100755
--- 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
index 1b112c7..d49d445 100755
--- 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