summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Distro/Suse.pm
diff options
context:
space:
mode:
Diffstat (limited to 'installer/OpenSLX/OSSetup/Distro/Suse.pm')
-rw-r--r--installer/OpenSLX/OSSetup/Distro/Suse.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/OpenSLX/OSSetup/Distro/Suse.pm b/installer/OpenSLX/OSSetup/Distro/Suse.pm
index e8e1c7c8..8e85e46a 100644
--- a/installer/OpenSLX/OSSetup/Distro/Suse.pm
+++ b/installer/OpenSLX/OSSetup/Distro/Suse.pm
@@ -88,7 +88,7 @@ sub hashPassword
my $self = shift;
my $password = shift;
- my $busyboxBin = $self->{engine}->{'busybox-binary'};
+ my $busyboxBin = $self->{engine}->busyboxBinary();
my $hashedPassword = qx{$busyboxBin cryptpw -a blowfish '$password'};
chomp $hashedPassword;