diff options
| author | Simon Rettberg | 2024-05-24 15:35:21 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2024-05-24 15:35:21 +0200 |
| commit | c43cfde4c54a6c2e6fe67b2edd8de927a7273e46 (patch) | |
| tree | 8ba122641e3f77085436c706fa3bf41a7f098702 /core/modules/vmware-common/data | |
| parent | [vmware17] Minor shellcheck cleanups (diff) | |
| download | mltk-c43cfde4c54a6c2e6fe67b2edd8de927a7273e46.tar.gz mltk-c43cfde4c54a6c2e6fe67b2edd8de927a7273e46.tar.xz mltk-c43cfde4c54a6c2e6fe67b2edd8de927a7273e46.zip | |
[vm*] Don't request netshares plugin; it was a noop and was removed
Now that the plugin was removed, we see an error on screen regarding the
missing plugin when it is requested, so stop requesting it. :)
Diffstat (limited to 'core/modules/vmware-common/data')
| -rw-r--r-- | core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/run-virt.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/run-virt.include b/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/run-virt.include index b1400571..57b5ee6c 100644 --- a/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/run-virt.include +++ b/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/run-virt.include @@ -21,7 +21,7 @@ declare -rg VMWARE_INCLUDE_DIR="${VMWARE_PLUGIN_DIR}/includes" # TODO make this part of the metadata coming from the server # Define which features the VMware plugin supports -declare -rg PLUGIN_FEATURES="firewall printer usb slxfloppy sound netshares" +declare -rg PLUGIN_FEATURES="firewall printer usb slxfloppy sound" run_plugin() { # declaration of default functions and variables for vmware |
