#!/bin/bash if $USE_TOR ; then echo "@@@@@@@@@@ TOR ENABLED BY ENV" exec tor else echo "@@@@@@@@@@ TOR DISABLED BY ENV" fi