tbrehm
2008-03-16 bc41bb0780b42074cbadd53ca33587287b08998f
Updated installer to make the clamav log files readable by the ispconfig interface.
1 files modified
4 ■■■■ changed files
install/lib/installer_base.lib.php 4 ●●●● patch | view | raw | blame | history
install/lib/installer_base.lib.php
@@ -681,6 +681,10 @@
        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()