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

base=$HOME

export PATH="$base/deployment":$PATH

ulimit -c $((100 * 1024))

cd $HOME

# the following commands must (?) be called by absolute
# path because buildbot ignores PATH set above. That
# of course works just on systems having everything in the
# 'right' place.
$HOME/deployment/bin/taler-deployment-arm -e -T 1s &>/dev/null
$HOME/deployment/bin/taler-deployment-start