mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-12-24 13:27:56 +08:00
修正代码
This commit is contained in:
@@ -35,7 +35,7 @@ func init() {
|
||||
return false
|
||||
}
|
||||
|
||||
e = utils.ExecCmd("ip link set dev " + tunDevName + "up")
|
||||
e = utils.ExecCmd("ip link set dev " + tunDevName + " up")
|
||||
if e != nil {
|
||||
return false
|
||||
}
|
||||
@@ -73,7 +73,7 @@ func init() {
|
||||
promptManual(strs)
|
||||
} else {
|
||||
if e := utils.ExecCmdList(strs); e != nil {
|
||||
if ce := utils.CanLogErr("recover auto route failed"); ce != nil {
|
||||
if ce := utils.CanLogErr("run auto route failed"); ce != nil {
|
||||
ce.Write(zap.Error(e))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user