This commit is contained in:
yumoqing 2025-08-02 01:35:46 +08:00
parent be2d02ace5
commit b3df5c2355

View File

@ -56,7 +56,7 @@ $cdir/py3/bin/python $cdir/app/sage.py -p 9181 -w $cdir &
exit 0
EOF
cat > $cdir/stop.sh <<EOF
for p in 9180 8181
for p in 9180 9181
do
PID=\$(lsof -t -i:\$p)
kill -9 \$PID