Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
83994b3e
Commit
83994b3e
authored
May 23, 2008
by
tbrehm
Browse files
Install the ISPConfig SVN update script to /usr/local/bin
parent
00d96ba2
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
83994b3e
...
...
@@ -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
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment