diff options
-rwxr-xr-x | perl-install/standalone/logdrake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index d34f6beef..241878a68 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -427,14 +427,12 @@ sub alert_config() { name => N("Congratulations") . "\n\n" . N("The wizard successfully configured the mail alert."), end => 1, no_back => 1, - next => 0 }, stop => { pre => sub { rm_rf($cron_file) }, name => N("Congratulations") . "\n\n" . N("The wizard successfully disabled the mail alert."), end => 1, no_back => 1, - next => 0 }, }, }; |