mirror of
https://github.com/moparisthebest/mailiverse
synced 2025-02-21 21:31:45 -05:00
5 lines
110 B
Plaintext
5 lines
110 B
Plaintext
![]() |
if [ "$HOSTNAME" == "blue" ] ; then
|
||
|
echo running proxy
|
||
|
nohup ./run-tunnel-sudo > ~/run.log 2>&1 &
|
||
|
fi
|