gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: Fix variable subs


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Fix variable substitution in string.
Date: Mon, 06 Mar 2017 22:57:58 +0100

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new a0a7e10  Fix variable substitution in string.
a0a7e10 is described below

commit a0a7e10127f276cfe938f034c73e42ef7e3a0a96
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Mar 6 22:56:37 2017 +0100

    Fix variable substitution in string.
---
 taler-build/switch_bluegreen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taler-build/switch_bluegreen.sh b/taler-build/switch_bluegreen.sh
index a98efdf..273ff4f 100755
--- a/taler-build/switch_bluegreen.sh
+++ b/taler-build/switch_bluegreen.sh
@@ -10,5 +10,5 @@ fi
 if sudo -u $nonactive \
    bash -c 'source $HOME/activate; taler-deployment-build'; then
 
-  sudo -u test bash -c 'cd $HOME; ./ln-${nonactive}.sh'
+  sudo -u test bash -c "cd /home/test; ./ln-${nonactive}.sh"
 fi

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]