Merge branch 'main' of git.opencomputing.cn:yumoqing/sage

This commit is contained in:
yumoqing 2025-08-05 16:40:47 +08:00
commit 34f0cbba5b

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