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

if ! test "$(whoami)" = "$(cat /home/test/active)"; then
  echo "I'm the inactive color, will not top the reserve up!"
  exit 0
fi

source "${HOME}/activate"
taler-deployment-top-reserve