taler-deployment

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

commit 8285afd726db55db22ad15b3be01bb179cb10243
parent 5c370b551b0696813f4c47079a876d3ee731d178
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu, 22 Feb 2018 18:16:29 +0100

fix bootstrap

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

diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen @@ -61,7 +61,7 @@ for component in bank merchant gnurl landing exchange donations blog backoffice done if [[ "$ENVNAME" = test ]]; then - if ! test -d $HOME/$component; then + if ! test -d $HOME/playground; then git clone /var/git/playground.git fi fi