Merge pull request #4 from wmantly/node

node
This commit is contained in:
William Mantly 2016-10-01 21:19:51 -04:00 committed by GitHub
commit 88408fd904

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"