dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fixed a bug with cgi and openbasedir
vogelor
2009-02-12
64ec4994cfcfcfe1eb6ec46652fe39d9c7fcaf95
[gitlabFork/ISPConfig3.git]
/
helper_scripts
/
update_from_svn.sh
1
2
3
4
5
6
7
8
#!/bin/bash
cd /tmp
svn export svn://svn.ispconfig.org/ispconfig3/trunk/
cd trunk/install
php -q update.php
cd /tmp
rm -rf /tmp/trunk