diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-09-08 15:35:54 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-09-08 15:35:54 +0000 |
commit | 6f865b719ea0bbd102fb025636017a6d2e16f4e3 (patch) | |
tree | 040064bf4e204d1c06ab72cfc18d8514abca7031 /perl-install/standalone | |
parent | c5b0785a8dd762af24536922eb56510f623adaca (diff) | |
download | drakx-6f865b719ea0bbd102fb025636017a6d2e16f4e3.tar drakx-6f865b719ea0bbd102fb025636017a6d2e16f4e3.tar.gz drakx-6f865b719ea0bbd102fb025636017a6d2e16f4e3.tar.bz2 drakx-6f865b719ea0bbd102fb025636017a6d2e16f4e3.tar.xz drakx-6f865b719ea0bbd102fb025636017a6d2e16f4e3.zip |
~fix~ calling userdrake in "diskdrake --fileshare"
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/diskdrake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/diskdrake b/perl-install/standalone/diskdrake index 5498fcab8..8ed482c10 100755 --- a/perl-install/standalone/diskdrake +++ b/perl-install/standalone/diskdrake @@ -66,7 +66,7 @@ my $in = 'interactive'->vnew('su'); if ($type eq 'fileshare') { require any; any::fileshare_config($in, ''); - $in->exit(0); + $in->exit(0); #- !! not reached if userdrake is called } my $all_hds = fsedit::get_hds({}, $in); |