delete
This commit is contained in:
parent
33d066fa39
commit
634891019e
@ -1,8 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
name="$1"
|
name="$1"
|
||||||
sshURL="$2"
|
sshURL="$2"
|
||||||
|
workingPath=/var/www/gitwrapper/$name
|
||||||
|
|
||||||
nodePort=`cat env/nodePort`
|
|
||||||
|
nodePort=`cat $workingPath/env/nodePort`
|
||||||
export NODEPORT=$nodePort
|
export NODEPORT=$nodePort
|
||||||
forever stop $workingPath/node_rtc/app.js
|
forever stop $workingPath/node_rtc/app.js
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user