Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
bc41bb07
Commit
bc41bb07
authored
Mar 16, 2008
by
tbrehm
Browse files
Updated installer to make the clamav log files readable by the ispconfig interface.
parent
3845f103
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
bc41bb07
...
...
@@ -681,6 +681,10 @@ class installer_base {
if
(
!
is_link
(
"
$vhost_conf_enabled_dir
/ispconfig.vhost"
))
{
exec
(
"ln -s
$vhost_conf_dir
/ispconfig.vhost
$vhost_conf_enabled_dir
/ispconfig.vhost"
);
}
// Make the Clamav log files readable by ISPConfig
exec
(
'chmod +r /var/log/clamav/clamav.log'
);
exec
(
'chmod +r /var/log/clamav/freshclam.log'
);
}
public
function
install_crontab
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment