taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 81700315466f1d77d7c4f4c9fc1fc5f8a05c03cf
parent 0fb0576e71cf8137f81ee3cc1bc5176995cf09e3
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sat, 19 Nov 2016 19:21:50 +0100

fix path order

Diffstat:
Mbootstrap-bluegreen | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen @@ -62,7 +62,7 @@ done cat >$HOME/activate <<EOL #!/bin/bash -export PATH="$HOME/local/bin:$HOME/deployment/bin:\$PATH" +export PATH="$HOME/deployment/bin:$HOME/local/bin:\$PATH" export TALER_CHECKDB="postgres:///talercheck-$USER" export TALER_CONFIG_CURRENCY=$CURRENCY export TALER_CONFIG_ENV=$ENVNAME