mailiverse/deploy/tunnel/run

5 lines
110 B
Plaintext
Raw Normal View History

2013-08-09 17:31:37 -04:00
if [ "$HOSTNAME" == "blue" ] ; then
echo running proxy
nohup ./run-tunnel-sudo > ~/run.log 2>&1 &
fi