Update serv00.sh

This commit is contained in:
甬哥侃侃侃ygkkk
2025-02-11 18:02:58 +08:00
committed by GitHub
parent 196ab08eab
commit b68d0610a0
+4
View File
@@ -1242,6 +1242,7 @@ if [[ -e $WORKDIR/config.json ]]; then
}
resservsb(){
if [[ -e $WORKDIR/config.json ]]; then
cd $WORKDIR
ps aux | grep '[r]un -c con' | awk '{print $2}' | xargs -r kill -9 > /dev/null 2>&1
sbb=$(cat sb.txt)
@@ -1253,6 +1254,9 @@ else
red "$sbb 主进程重启失败"
fi
cd
else
red "未安装脚本,请选择1进行安装" && exit
fi
}
#主菜单
menu() {