Skip to content

Commit

Permalink
Version 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed May 28, 2017
1 parent fd7a2e9 commit de9bd73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = Virtualmin-Config
version = 6.0.1
version = 6.0.2
author = Joe Cooper <swelljoe@gmail.com>
license = GPL_3
copyright_holder = Joe Cooper
Expand Down
2 changes: 1 addition & 1 deletion lib/Virtualmin/Config/Plugin/Apache.pm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ sub actions {
`echo Listen 443 >> /etc/apache2/ports.conf`;
}
# New Ubuntu doesn't use this.
if (unless $init_mode eq "systemd") {
unless ($init::init_mode eq "systemd") {
my $fn = "/etc/default/apache2";
my $apache2default = read_file_lines($fn) or die "Failed to open $fn!";
my $idx = indexof("NO_START=1");
Expand Down

0 comments on commit de9bd73

Please sign in to comment.