#!/bin/bash source "${HOME}/activate" ACTIVE_COLOR="$(cat /home/test/active)" if test "${TALER_ENV_COLOR}" = "${ACTIVE_COLOR}"; then echo "I'm the active color, no need to compile and switch!" exit 0 fi taler-deployment-config-sign'