x
This commit is contained in:
@@ -164,7 +164,7 @@ func RemNodePlugin(name string) error {
|
|||||||
pluginLock.Lock()
|
pluginLock.Lock()
|
||||||
defer pluginLock.Unlock()
|
defer pluginLock.Unlock()
|
||||||
key := nameUuid(name)
|
key := nameUuid(name)
|
||||||
plugins_id.Delete(key)
|
// plugins_id.Delete(key)
|
||||||
// fmt.Println("rem", key, name)
|
// fmt.Println("rem", key, name)
|
||||||
for i := range Functions {
|
for i := range Functions {
|
||||||
if Functions[i].UUID == key {
|
if Functions[i].UUID == key {
|
||||||
|
|||||||
@@ -121,7 +121,6 @@ func initPlugins() {
|
|||||||
fmt.Println("WriteFile", []byte(new))
|
fmt.Println("WriteFile", []byte(new))
|
||||||
os.WriteFile(filename, []byte(new), 0755)
|
os.WriteFile(filename, []byte(new), 0755)
|
||||||
}
|
}
|
||||||
|
|
||||||
return &storage.Final{
|
return &storage.Final{
|
||||||
Now: "",
|
Now: "",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user