commit 9c4a11bb9e5cb6dfe60247dd84493dfe6e7a2241 parent 063634759824920aedab945f860a28e0d41bdceb Author: Florian Dold <florian.dold@gmail.com> Date: Tue, 26 Apr 2016 00:49:58 +0200 activate Diffstat:
| M | bootstrap | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git 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 +