This commit is contained in:
William Mantly 2016-10-01 21:19:17 -04:00
parent 1c3901af27
commit 38a592e29e

View File

@ -2,7 +2,7 @@
name="$1"
sshURL="$2"
nodePort=`./random_port.py`
nodePort=`python -c 'import socket; s=socket.socket(); s.bind(("", 0)); print(s.getsockname()[1]); s.close()'`
workingPath=/var/www/gitwrapper/$name
echo "starting $sshURL on $name"