summaryrefslogtreecommitdiff
path: root/taler-build/switch_bluegreen.sh
blob: 2460b3c874541a0071415b673932f7be9215eab5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

(whoami)
active=$(cat /home/test/active)
nonactive="test-blue"

if test $active="test-blue"; then
  nonactive="test-green"
fi

echo $nonactive