bugfix
This commit is contained in:
parent
1fefcde3bb
commit
2a30b65141
2
build.sh
2
build.sh
@ -35,7 +35,7 @@ $cdir/py3/bin/python $cdir/app/vdbapp.py -p 8887 -w $cdir &
|
|||||||
exit 0
|
exit 0
|
||||||
EOF
|
EOF
|
||||||
cat > $cdir/stop.sh <<EOF
|
cat > $cdir/stop.sh <<EOF
|
||||||
PID=\$(lsof -t -i:9901)
|
PID=\$(lsof -t -i:8887)
|
||||||
kill -9 \$PID
|
kill -9 \$PID
|
||||||
EOF
|
EOF
|
||||||
chmod +x $cdir/start.sh stop.sh
|
chmod +x $cdir/start.sh stop.sh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user