summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/logdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake
index 5206ef514..48c3614bd 100755
--- a/perl-install/standalone/logdrake
+++ b/perl-install/standalone/logdrake
@@ -429,7 +429,7 @@ sub alert_config() {
no_back => 1,
},
stop => {
- pre => sub { rm_rf($cron_file) },
+ pre => sub { eval { rm_rf($cron_file) } },
name => N("Congratulations") . "\n\n" . N("The wizard successfully disabled the mail alert."),
end => 1,
no_back => 1,