From 4a683e74a6afd9896df3c32b9d9d334e4599f7d3 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Tue, 9 Jun 2009 18:05:47 +0000 Subject: * fixed a whole lot of circular references which I found when researching #451 * some minor cleanups along the way git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2944 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/OpenSLX/OSSetup/Engine.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'installer/OpenSLX/OSSetup/Engine.pm') 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; } -- cgit v1.2.3-55-g7522