commit d587976343bae3ffa5af5471ccdb6857778b48dc
parent 8e86818347ccbbe9cd889c7f38571718a5dc8ac6
Author: MS <ms@taler.net>
Date: Mon, 17 May 2021 19:54:18 +0200
activate needs to fail
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/bin/taler-deployment b/bin/taler-deployment
@@ -32,6 +32,8 @@ from string import ascii_letters, ascii_uppercase
activate_template = """\
#!/bin/bash
+set -eu
+
# Generated by taler-deployment-bootstrap
if ! echo $PATH | tr ":" '\\n' | grep "$HOME/deployment/bin" > /dev/null