niujiuru 2 недель назад
Родитель
Сommit
e25edd96a1
1 измененных файлов с 1 добавлено и 1 удалено
  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() {
 func main() {
-	baseapp.SetOptDirs(true, true, false, true)
+	baseapp.SetOptDirs(true, true, false, false)
 	baseapp.InitPath()
 	baseapp.InitPath()
 
 
 	svcFlag := flag.String("service", "", "Control the yfkj-camera-capture service.")
 	svcFlag := flag.String("service", "", "Control the yfkj-camera-capture service.")