mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-01 12:31:42 +02:00
Fix comment
This commit is contained in:
@@ -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, ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user