#!/bin/bash NONACTIVE_COLOR="$(cat /home/test/nonactive)" CMD="${HOME}/deployment/bin/taler-deployment-switch-${NONACTIVE_COLOR}" echo "Switching to ${NONACTIVE_COLOR}." bash -c "${CMD}"