mirror of
https://github.com/unpoller/unpoller.git
synced 2026-04-05 08:54:09 -04:00
fixes the webserver default file path issues
This commit is contained in:
@@ -53,10 +53,10 @@ func DefaultObjPath() string {
|
||||
case "netbsd":
|
||||
fallthrough
|
||||
case "openbsd":
|
||||
return "/usr/local/lib/unifi-poller"
|
||||
return "/usr/local/lib/unpoller"
|
||||
default:
|
||||
// linux and everything else
|
||||
return "/usr/lib/unifi-poller"
|
||||
return "/usr/local/lib/unpoller"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user