niujiuru hace 1 semana
padre
commit
e25edd96a1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.")