Setup de la règle SendErrorRule

This commit is contained in:
Benjamin
2022-03-15 20:27:49 +01:00
parent 4a2a84b874
commit 43844c9b54
4 changed files with 10 additions and 7 deletions

View File

@@ -45,6 +45,7 @@ func HashFileCompare(filePath string, fingerprint string) (bool, error) {
if err != nil {
return false, err
}
println("OKOK ", fileFingerprint, fingerprint)
if strings.Compare(fileFingerprint, fingerprint) == 0 {
return true, nil
}