Skip to content

Commit 83994b3

Browse files
committed
Install the ISPConfig SVN update script to /usr/local/bin
1 parent 00d96ba commit 83994b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

install/lib/installer_base.lib.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,12 @@ public function install_ispconfig()
700700
// Make the Clamav log files readable by ISPConfig
701701
exec('chmod +r /var/log/clamav/clamav.log');
702702
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+
703709
}
704710

705711
public function install_crontab()

0 commit comments

Comments
 (0)