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 00d96ba commit 83994b3Copy full SHA for 83994b3
install/lib/installer_base.lib.php
@@ -700,6 +700,12 @@ public function install_ispconfig()
700
// Make the Clamav log files readable by ISPConfig
701
exec('chmod +r /var/log/clamav/clamav.log');
702
exec('chmod +r /var/log/clamav/freshclam.log');
703
+
704
+ //* Install the SVN update script
705
+ exec('cp ../helper_scripts/update_from_svn.sh /usr/local/bin/ispconfig_update_from_svn.sh');
706
+ exec('chown root /usr/local/bin/ispconfig_update_from_svn.sh');
707
+ exec('chmod 700 /usr/local/bin/ispconfig_update_from_svn.sh');
708
709
}
710
711
public function install_crontab()
0 commit comments