diff options
Diffstat (limited to 'perl-install/standalone/drakedm')
-rwxr-xr-x | perl-install/standalone/drakedm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/drakedm b/perl-install/standalone/drakedm index 36c8200d6..259bb637b 100755 --- a/perl-install/standalone/drakedm +++ b/perl-install/standalone/drakedm @@ -65,6 +65,7 @@ several different X sessions on your local machine at the same time.")), } ] ) + && $dm ) { $in->do_pkgs->ensure_is_installed($dm->{PACKAGE}, $dm->{EXEC}) or goto start; addVarsInSh($cfg_file, { DISPLAYMANAGER => $dm->{NAME} }); |