gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: improve libeufin script to use


From: gnunet
Subject: [taler-deployment] branch master updated: improve libeufin script to use Debian package better
Date: Sat, 04 Mar 2023 13:56:29 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new ac76154  improve libeufin script to use Debian package better
ac76154 is described below

commit ac7615469675cd3c83eba5312cc699ce420a9619
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Mar 4 13:56:27 2023 +0100

    improve libeufin script to use Debian package better
---
 netzbon/config_launch_libeufin.sh  | 4 ++++
 netzbon/config_nginx.sh            | 4 ++++
 netzbon/install_debian_packages.sh | 4 ++++
 netzbon/setup-exchange.sh          | 6 ++++++
 4 files changed, 18 insertions(+)

diff --git a/netzbon/config_launch_libeufin.sh 
b/netzbon/config_launch_libeufin.sh
index c4eab6c..3cc3c98 100755
--- a/netzbon/config_launch_libeufin.sh
+++ b/netzbon/config_launch_libeufin.sh
@@ -27,6 +27,10 @@
 
 set -eu
 
+source functions.sh
+source config/user.conf
+source config/internal.conf
+
 say "Setting up libeufin"
 
 # EBICS parameters that must match but are only used internally.
diff --git a/netzbon/config_nginx.sh b/netzbon/config_nginx.sh
index db80331..f1aa3ea 100755
--- a/netzbon/config_nginx.sh
+++ b/netzbon/config_nginx.sh
@@ -3,6 +3,10 @@
 
 # Inputs: DOMAIN_NAME
 
+source functions.sh
+source config/user.conf
+source config/internal.conf
+
 say "Configuring Nginx"
 systemctl stop nginx
 
diff --git a/netzbon/install_debian_packages.sh 
b/netzbon/install_debian_packages.sh
index 57ae442..a67097b 100755
--- a/netzbon/install_debian_packages.sh
+++ b/netzbon/install_debian_packages.sh
@@ -1,6 +1,10 @@
 #!/bin/bash
 # This file is in the public domain.
 
+source functions.sh
+source config/user.conf
+source config/internal.conf
+
 # Program versions
 PG_VERSION=15
 
diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh
index 748c2b3..e7ca389 100755
--- a/netzbon/setup-exchange.sh
+++ b/netzbon/setup-exchange.sh
@@ -1,5 +1,11 @@
 #!/bin/bash
 
+set -eu
+
+source functions.sh
+source config/user.conf
+source config/internal.conf
+
 # Required inputs:
 #
 # - LIBEUFIN_NEXUS_USERNAME (exchange username for libeufin-nexus)

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