summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-arm
blob: 6b1baa137dcc35e9b97b922451da97e18d6ac536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash

base=$HOME

export GNUNET_BASE_CONFIG=$base/deployment/taler-arm
export PATH="$base/local/bin":$PATH

logdir=$base/logs

export GNUNET_FORCE_LOG="util;;;;WARNING/taler;;;;DEBUG/twister;;;;DEBUG"

cd $HOME/$color

ulimit -c $((100 * 1024))

mkdir -p $logdir

exec gnunet-arm -c $base/deployment/gnunet.conf "$@"