mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
add installed message at the end of a plugin installation
This commit is contained in:
parent
4004406c11
commit
94434a7522
@ -189,6 +189,8 @@ public class PluginManager {
|
||||
tmpLocation.renameTo(site);
|
||||
}
|
||||
}
|
||||
|
||||
System.out.println("Installed " + name);
|
||||
}
|
||||
|
||||
public void removePlugin(String name) throws IOException {
|
||||
|
Loading…
x
Reference in New Issue
Block a user