taler-deployment

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

commit 4aee949e19e5bbb17da7b29d0ee8d7c7407e9332
parent 7edf703580b581da5a9b3a98b500a08e3c185f14
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue, 26 Apr 2016 03:20:40 +0200

replace old arm.sh in scripts

Diffstat:
Mbin/taler-deployment-restart | 14+++++++-------
Mbin/taler-deployment-start | 12++++++------
2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/bin/taler-deployment-restart b/bin/taler-deployment-restart @@ -8,11 +8,11 @@ ulimit -c $((100 * 1024)) cd $HOME -arm.sh -e -T 1s &>/dev/null +taler-deployment-arm -e -T 1s &>/dev/null -arm.sh -s -arm.sh -i taler-exchange -arm.sh -i taler-merchant -arm.sh -i taler-demobank -arm.sh -i taler-donations -arm.sh -i taler-blog +taler-deployment-arm -s +taler-deployment-arm -i taler-exchange +taler-deployment-arm -i taler-merchant +taler-deployment-arm -i taler-demobank +taler-deployment-arm -i taler-donations +taler-deployment-arm -i taler-blog diff --git a/bin/taler-deployment-start b/bin/taler-deployment-start @@ -8,9 +8,9 @@ ulimit -c $((100 * 1024)) cd $HOME -arm.sh -s -arm.sh -i taler-exchange -arm.sh -i taler-merchant -arm.sh -i taler-demobank -arm.sh -i taler-donations -arm.sh -i taler-blog +taler-deployment-arm -s +taler-deployment-arm -i taler-exchange +taler-deployment-arm -i taler-merchant +taler-deployment-arm -i taler-demobank +taler-deployment-arm -i taler-donations +taler-deployment-arm -i taler-blog