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 exit 0
EOF EOF
cat > $cdir/stop.sh <<EOF cat > $cdir/stop.sh <<EOF
for p in 9180 8181 for p in 9180 9181
do do
PID=\$(lsof -t -i:\$p) PID=\$(lsof -t -i:\$p)
kill -9 \$PID kill -9 \$PID