Skip to content

Commit

Permalink
Fix not to store anything
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed May 31, 2022
1 parent 5cea3e4 commit 3091e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Virtualmin/Config/Plugin/Dovecot.pm
Expand Up @@ -81,7 +81,7 @@ sub actions {
#print "Enabling Dovecot POP3 and IMAP servers\n";
init::enable_at_boot("dovecot");
if (init::status_action('dovecot') != 1) {
my $err = init::start_action('dovecot');
init::start_action('dovecot');
}
$self->done(1); # OK!
};
Expand Down

0 comments on commit 3091e31

Please sign in to comment.