tbrehm
2013-07-25 14898bb48d0d3a31c82720c08cfe800a5e207a6f
1
2
3
4
5
6
7
8
9
10
#!/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
 
exit 0