This commit is contained in:
yumoqing 2026-02-06 13:54:57 +08:00
parent 1fefcde3bb
commit 2a30b65141

View File

@ -35,7 +35,7 @@ $cdir/py3/bin/python $cdir/app/vdbapp.py -p 8887 -w $cdir &
exit 0
EOF
cat > $cdir/stop.sh <<EOF
PID=\$(lsof -t -i:9901)
PID=\$(lsof -t -i:8887)
kill -9 \$PID
EOF
chmod +x $cdir/start.sh stop.sh