summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
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
+