This commit is contained in:
William Mantly 2016-10-11 22:37:46 -04:00
parent 33d066fa39
commit 634891019e

View File

@ -1,8 +1,10 @@
#!/bin/bash
name="$1"
sshURL="$2"
workingPath=/var/www/gitwrapper/$name
nodePort=`cat env/nodePort`
nodePort=`cat $workingPath/env/nodePort`
export NODEPORT=$nodePort
forever stop $workingPath/node_rtc/app.js