diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-11-24 16:09:38 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-11-24 16:09:38 +0100 |
commit | 849657b363749249352597a4a2ef0e9f3c031cc7 (patch) | |
tree | 7e18a1b1d3764aff750676188becc79f52254b67 | |
parent | 59230e9d1e7f6d7c0bdf20bb90006c691d46a2d0 (diff) |
fix dbconfig commands
-rwxr-xr-x | contrib/taler-auditor-dbconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/taler-auditor-dbconfig b/contrib/taler-auditor-dbconfig index 322585772..b825a3252 100755 --- a/contrib/taler-auditor-dbconfig +++ b/contrib/taler-auditor-dbconfig @@ -49,7 +49,8 @@ while getopts 'c:hrsu:' OPTION; do DBUSER="$OPTARG" ;; ?) - echo "Unrecognized command line option '$OPTION'" 1>&2 + echo "Unrecognized command line option '$OPTION'" 1>&2 + exit 1 ;; esac done |