mirror of https://github.com/mikaku/Monitorix.git
fixed a typo in 'lib/Monitorix.pm'
This commit is contained in:
parent
d4d76d775d
commit
b76c9ceec3
|
@ -133,7 +133,7 @@ sub httpd_setup {
|
|||
open(OUT, ">> " . $config->{httpd_builtin}->{log_file});
|
||||
close(OUT);
|
||||
chown($uid, $gid, $config->{httpd_builtin}->{log_file});
|
||||
chmod(0600, $config{httpd_builtin}->{log_file});
|
||||
chmod(0600, $config->{httpd_builtin}->{log_file});
|
||||
|
||||
setgid($gid);
|
||||
if(getgid() != $gid) {
|
||||
|
|
Loading…
Reference in New Issue