summaryrefslogtreecommitdiff
path: root/buildbot/config.sh
blob: 410973b262f3d77aee8c51ac91dfa6de67159ac8 (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 generate configuration."
  exit 0
fi

source "${HOME}/activate"
taler-deployment-config-generate