Handle hostnames with upper-case letters
[webmin.git] / copyconfig.pl
old mode 100644 (file)
new mode 100755 (executable)
index 798befe..6b02ddc
@@ -111,6 +111,7 @@ foreach $m (@mods) {
                &write_file("$confdir/$c/config", \%newconf);
                }
        }
+print join(" ", @newmods),"\n";
 
 # read_file(file, array)
 # Fill an associative array with name=value pairs from a file