From 83994b3ee45cc811cab5efd80897f8d758fb78c1 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Fri, 23 May 2008 14:03:12 -0400 Subject: [PATCH] Install the ISPConfig SVN update script to /usr/local/bin --- install/lib/installer_base.lib.php | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/install/lib/installer_base.lib.php b/install/lib/installer_base.lib.php index 94adf1b..daef564 100644 --- a/install/lib/installer_base.lib.php +++ b/install/lib/installer_base.lib.php @@ -700,6 +700,12 @@ // 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() -- Gitblit v1.9.1