summaryrefslogtreecommitdiffstats
path: root/src/installer/slxos-setup
diff options
context:
space:
mode:
Diffstat (limited to 'src/installer/slxos-setup')
-rwxr-xr-xsrc/installer/slxos-setup2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/installer/slxos-setup b/src/installer/slxos-setup
index 8812a19b..30c9287b 100755
--- a/src/installer/slxos-setup
+++ b/src/installer/slxos-setup
@@ -80,6 +80,8 @@ if ($action =~ m[^import]i) {
die _tr("'%s' doesn't exist, giving up!\n", $engine->{'vendor-os-path'});
}
$engine->addInstalledVendorOSToConfigDB();
+ createConfigFolderForDefaultVendorOS();
+ createConfigFolderForVendorOS($vendorOSName);
} elsif ($action =~ m[^update]i) {
my $vendorOSName = shift @ARGV;
if (!defined $vendorOSName) {