taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 075a982f7aa5b144eff197f21b8ff7ea93342d90
parent 9a2d700834aaa2bec01bcf3dba6ddafccaf6ca41
Author: MS <ms@taler.net>
Date:   Tue, 18 May 2021 12:22:36 +0200

set -u gone too

Diffstat:
Mbin/taler-deployment | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -35,10 +35,6 @@ activate_template = """\ # Generated by taler-deployment-bootstrap -# This check should fail everything, in case there are problems -# in reading the auth token from the filesystem. -set -u - if ! echo $PATH | tr ":" '\\n' | grep "$HOME/deployment/bin" > /dev/null then export PATH="{curr_path}"