Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed May 14, 2024
1 parent e8b2ed0 commit a25bf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Virtualmin/Config/Plugin/Virtualmin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ sub actions {
write_file_contents("$ENV{'VIRTUALMIN_INSTALL_TEMPDIR'}/virtualmin_ssl_host_status",
"SSL certificate request for the hostname : $ok : @{[html_strip($error)]}");
if ($ok) {
mkdir("$ENV{'VIRTUALMIN_INSTALL_TEMPDIR'}/virtualmin_ssl_host_success");
mkdir("$ENV{'VIRTUALMIN_INSTALL_TEMPDIR'}/virtualmin_ssl_host_success");
}
else {
virtual_server::delete_virtualmin_default_hostname_ssl();
Expand Down

0 comments on commit a25bf29

Please sign in to comment.