We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3845f10 commit bc41bb0Copy full SHA for bc41bb0
install/lib/installer_base.lib.php
@@ -681,6 +681,10 @@ public function install_ispconfig()
681
if(!is_link("$vhost_conf_enabled_dir/ispconfig.vhost")) {
682
exec("ln -s $vhost_conf_dir/ispconfig.vhost $vhost_conf_enabled_dir/ispconfig.vhost");
683
}
684
+
685
+ // Make the Clamav log files readable by ISPConfig
686
+ exec('chmod +r /var/log/clamav/clamav.log');
687
+ exec('chmod +r /var/log/clamav/freshclam.log');
688
689
690
public function install_crontab()
0 commit comments