staging #10

Merged
groot merged 6 commits from staging into main 2025-05-11 16:15:27 +00:00
Showing only changes of commit 7493ca278e - Show all commits

View File

@@ -223,7 +223,7 @@ func main() {
if gitEnable {
xMinute, _ := strconv.Atoi(gitInterval)
xDuration := time.Duration(xMinute) * time.Minute
startAutoClone(gitRepo, gitBranch, gitDir, xDuration)
go startAutoClone(gitRepo, gitBranch, gitDir, xDuration)
}
StopServer(http.ListenAndServe(":8080", mux))