diff options
Diffstat (limited to 'installer/OpenSLX/OSSetup/Distro/Base.pm')
| -rw-r--r-- | installer/OpenSLX/OSSetup/Distro/Base.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/installer/OpenSLX/OSSetup/Distro/Base.pm b/installer/OpenSLX/OSSetup/Distro/Base.pm index 7d63e049..6ed6078c 100644 --- a/installer/OpenSLX/OSSetup/Distro/Base.pm +++ b/installer/OpenSLX/OSSetup/Distro/Base.pm @@ -124,6 +124,9 @@ sub startSession sub updateDistroConfig { + if (slxsystem("ldconfig")) { + die _tr("unable to run ldconfig (%s)", $!); + } } sub finishSession |
