small-packages/liep/luci-app-ssr-mudb-server/root/usr/share/ssr_mudb_server/stop.sh
2026-05-10 09:48:30 +08:00

5 lines
158 B
Bash
Executable File

#!/bin/bash
# python_ver=$(ls /usr/bin|grep -e "^python[23]\.[1-9]\+$"|tail -1)
eval $(ps -ef | grep "[0-9] python server\\.py m" | awk '{print "kill "$2}')