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