summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Engine.pm
diff options
context:
space:
mode:
Diffstat (limited to 'installer/OpenSLX/OSSetup/Engine.pm')
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm
index 74a5ed7e..6a2697d2 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -411,7 +411,6 @@ sub startChrootedShellForVendorOS
}
);
- $self->_touchVendorOS();
vlog(
0,
_tr(
@@ -419,6 +418,8 @@ sub startChrootedShellForVendorOS
$self->{'vendor-os-name'}
)
);
+ $self->_touchVendorOS();
+
return;
}
@@ -457,7 +458,6 @@ sub callChrootedFunctionForVendorOS
}
);
- $self->_touchVendorOS();
vlog(
1,
_tr(
@@ -465,6 +465,8 @@ sub callChrootedFunctionForVendorOS
$self->{'vendor-os-name'}
)
);
+ $self->_touchVendorOS();
+
return 1;
}