update Mutex

This commit is contained in:
2025-09-09 20:40:58 +02:00
parent c8d85898ca
commit 55a8067be6
2 changed files with 9 additions and 19 deletions

View File

@@ -5,8 +5,11 @@ import (
"log"
"os"
"path/filepath"
"sync"
)
var Mutex sync.Mutex
func ParseFlags() (string, error) {
// String that contains the configured configuration path
var configPath string