Browse Source

优化代码

niujiuru 1 week ago
parent
commit
e25edd96a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      camera-capture.service/main.go

+ 1 - 1
camera-capture.service/main.go

@@ -135,7 +135,7 @@ func (p *program) Stop(s service.Service) error {
 }
 
 func main() {
-	baseapp.SetOptDirs(true, true, false, true)
+	baseapp.SetOptDirs(true, true, false, false)
 	baseapp.InitPath()
 
 	svcFlag := flag.String("service", "", "Control the yfkj-camera-capture service.")