clangcn / onekey-install-shell

一大坨一键安装脚本
604 stars 373 forks source link

报错 #17

Open podcctv opened 5 years ago

podcctv commented 5 years ago

Starting Frps(0.20.0).../etc/init.d/frps: line 48: [: 4607: binary operator expected

Sunev commented 5 years ago

本shell中没有妥善的处理

PID=`ps -ef | grep -v grep | grep -i "${BIN}" | awk '{print $2}'`

可能返回多个pid的情况(例如vim可能正在编辑frps.ini的配置文件),你可以尝试运行ps -def | grep frps,kill掉所有相关进程后重试frps start