taler-mdb

GNU Taler Extensions and Integrations
Log | Files | Refs | Submodules | README | LICENSE

commit a426e984a92e04eabea4456751747267cf7f13cf
parent 189ae65d60088eb612df68e5d50325a2793ec0a4
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Mon,  5 Feb 2024 14:47:14 +0100

make scripts more verbose

Diffstat:
Mcontrib/taler-mdb-ads.sh | 23+++++++++++++++++++++--
Mcontrib/taler-mdb-network-check.sh | 2+-
Mcontrib/taler-mdb-show.sh | 23+++++++++++++++++++++--
3 files changed, 43 insertions(+), 5 deletions(-)

diff --git a/contrib/taler-mdb-ads.sh b/contrib/taler-mdb-ads.sh @@ -1,6 +1,25 @@ #!/bin/bash - -set -eu +# +# This file is part of TALER +# Copyright (C) 2023, 2024 Taler Systems SA +# +# TALER is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 3, or +# (at your option) any later version. +# +# TALER is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with TALER; see the file COPYING. If not, see +# <http://www.gnu.org/licenses/> +# +# Author: Christian Grothoff +# +set -eux function cleanup() { diff --git a/contrib/taler-mdb-network-check.sh b/contrib/taler-mdb-network-check.sh @@ -25,7 +25,7 @@ # and show an error message. # -set -eux +set -eu EXIT_STATUS=0 CHILD_PID=-1 diff --git a/contrib/taler-mdb-show.sh b/contrib/taler-mdb-show.sh @@ -1,6 +1,25 @@ #!/bin/bash - -set -eu +# +# This file is part of TALER +# Copyright (C) 2023, 2024 Taler Systems SA +# +# TALER is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 3, or +# (at your option) any later version. +# +# TALER is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with TALER; see the file COPYING. If not, see +# <http://www.gnu.org/licenses/> +# +# Author: Christian Grothoff +# +set -eux function cleanup() {