gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: Activate script.


From: gnunet
Subject: [taler-deployment] branch master updated: Activate script.
Date: Tue, 18 May 2021 09:39:22 +0200

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 9a2d700  Activate script.
9a2d700 is described below

commit 9a2d700834aaa2bec01bcf3dba6ddafccaf6ca41
Author: MS <ms@taler.net>
AuthorDate: Tue May 18 09:38:48 2021 +0200

    Activate script.
    
    Removing 'set -e' because it makes bash autocomplete
    close the SSH connection.
---
 bin/taler-deployment | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 96ff2e5..1e64e79 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -33,10 +33,12 @@ from string import ascii_letters, ascii_uppercase
 activate_template = """\
 #!/bin/bash
 
-set -eu
-
 # 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}"

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