summaryrefslogtreecommitdiff
path: root/buildbot/restart.sh
blob: 1ef76cdf238a2171719e6dd320807600af40e379 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

if test "$(whoami)" = "$(cat /home/test/active)"; then
  echo "I'm the active color, not my duty to restart Taler!"
  exit 0
fi

source "${HOME}/activate"
taler-deployment-restart