diff options
| -rw-r--r-- | installer/OpenSLX/OSSetup/Engine.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm index 643802e4..61db7f85 100644 --- a/installer/OpenSLX/OSSetup/Engine.pm +++ b/installer/OpenSLX/OSSetup/Engine.pm @@ -592,6 +592,8 @@ sub addInstalledVendorOSToConfigDB ) ); } + # re-install plugins of this vendor-OS + @plugins = $openslxDB->fetchInstalledPlugins($vendorOS->{id}); } else { my $data = { 'name' => $vendorOSName }; |
