dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
FS#3830 - Password is not updated in `mysql`.`user` table when read-only da...
Florian Schaal
2015-07-21
4f9dee1b1df0c2ca872c9c6f0959c104124694ad
[gitlabFork/ISPConfig3.git]
/
server
/
scripts
/
update_from_svn.sh
1
2
3
4
5
6
#!/bin/bash
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
exit 0