gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: netzbon: shellcheck


From: gnunet
Subject: [taler-deployment] branch master updated: netzbon: shellcheck
Date: Wed, 12 Apr 2023 15:40:08 +0200

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new dd24c76  netzbon: shellcheck
dd24c76 is described below

commit dd24c764f70b39820622fa274ee71c87fc5e93bf
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Apr 12 15:40:06 2023 +0200

    netzbon: shellcheck
---
 netzbon/config_launch_libeufin.sh | 1 +
 netzbon/transfer.sh               | 1 +
 2 files changed, 2 insertions(+)

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
 

-- 
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]