mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-10-31 23:45:06 -04:00
5 lines
110 B
Plaintext
Executable File
5 lines
110 B
Plaintext
Executable File
if [ "$HOSTNAME" == "blue" ] ; then
|
|
echo running proxy
|
|
nohup ./run-tunnel-sudo > ~/run.log 2>&1 &
|
|
fi
|