taler-deployment

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

commit f4f86ee020b2736f79123655457d479e76531d15
parent 80bc47583325d59f47e98527e5e440f7bb7659d7
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue, 26 Apr 2016 03:06:41 +0200

move scripts

Diffstat:
Rarm.sh -> bin/taler-arm | 0
Rrestart.sh -> bin/taler-restart | 0
Rstart.sh -> bin/taler-start | 0
Mbootstrap | 2+-
4 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/arm.sh b/bin/taler-arm diff --git a/restart.sh b/bin/taler-restart diff --git a/start.sh b/bin/taler-start diff --git a/bootstrap b/bootstrap @@ -26,7 +26,7 @@ cat >$base/activate <<EOL #!/bin/bash export TALER_DEPLOYMENT_BASE=$base export TALER_PREFIX=$base/local -export PATH="$base/local/bin:\$PATH" +export PATH="$base/local/bin:$base/deployment/bin:\$PATH" EOL mkdir -p $base/config