Added import of os in client.go

This commit is contained in:
cs
2025-08-26 20:26:00 +02:00
parent 6cee2769ba
commit 16ca571636

View File

@@ -19,6 +19,7 @@ package fail2ban
import (
"errors"
"fmt"
"os"
"os/exec"
"strings"
"time"