summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-26 00:49:58 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-04-26 00:49:58 +0200
commit9c4a11bb9e5cb6dfe60247dd84493dfe6e7a2241 (patch)
tree149964b6dd3ccefa8fcf2e6c0774e68c807c658f /bootstrap
parent063634759824920aedab945f860a28e0d41bdceb (diff)
downloaddeployment-9c4a11bb9e5cb6dfe60247dd84493dfe6e7a2241.tar.gz
deployment-9c4a11bb9e5cb6dfe60247dd84493dfe6e7a2241.tar.bz2
deployment-9c4a11bb9e5cb6dfe60247dd84493dfe6e7a2241.zip
activate
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap6
1 files changed, 6 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 4bbc3db..6911924 100755
--- a/bootstrap
+++ b/bootstrap
@@ -21,3 +21,9 @@ for component in bank merchant gnurl landing exchange merchant-frontends deploym
git clone /var/git/$component.git
fi
done
+
+cat >$base/activate <<EOL
+#!/bin/bash
+export TALER_DEPLOYMENT_BASE=$base
+EOL
+