Skip to content
Snippets Groups Projects
Commit 83994b3e authored by tbrehm's avatar tbrehm
Browse files

Install the ISPConfig SVN update script to /usr/local/bin

parent 00d96ba2
No related branches found
No related tags found
No related merge requests found
......@@ -700,6 +700,12 @@ class installer_base {
// Make the Clamav log files readable by ISPConfig
exec('chmod +r /var/log/clamav/clamav.log');
exec('chmod +r /var/log/clamav/freshclam.log');
//* Install the SVN update script
exec('cp ../helper_scripts/update_from_svn.sh /usr/local/bin/ispconfig_update_from_svn.sh');
exec('chown root /usr/local/bin/ispconfig_update_from_svn.sh');
exec('chmod 700 /usr/local/bin/ispconfig_update_from_svn.sh');
}
public function install_crontab()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment