#!/bin/bash sed -i "s/{bind-address}/${BIND_ADDRESS}/" /etc/tor/torrc sed -i "s/{nickname}/${NICKNAME}/" /etc/tor/torrc exec "$@"