mirror of
https://github.com/kairos-io/kcrypt.git
synced 2025-08-11 20:31:37 +00:00
Add /oem/system/discovery
This commit is contained in:
parent
c9680590bf
commit
aa620714a5
@ -28,7 +28,7 @@ type Bus struct {
|
|||||||
|
|
||||||
func (b *Bus) LoadProviders() {
|
func (b *Bus) LoadProviders() {
|
||||||
wd, _ := os.Getwd()
|
wd, _ := os.Getwd()
|
||||||
b.Manager.Autoload("kcrypt-discovery", "/system/discovery", "/oem/kcrypt", wd).Register()
|
b.Manager.Autoload("kcrypt-discovery", "/system/discovery", "/oem/kcrypt", "/oem/system/discovery", wd).Register()
|
||||||
}
|
}
|
||||||
|
|
||||||
func (b *Bus) Initialize() {
|
func (b *Bus) Initialize() {
|
||||||
|
Loading…
Reference in New Issue
Block a user