Fix comment

This commit is contained in:
Theodor S. Midtlien
2026-05-19 21:53:26 +02:00
parent 8c50979468
commit 5a3301b3c7

View File

@@ -2,10 +2,9 @@
package util
// FindLogrotateConflicts scans the standard logrotate locations and returns
// true and the first config file that contains a non-comment line indicating
// it's configured for netbird.
// Will always return false for non-linux device.
// FindLogrotateConflicts scans the standard logrotate locations for
// indications of conflict with netbird. It will always return false for
// non-linux devices.
func FindFirstLogrotateConflict() (bool, string) {
return false, ""
}