./ctl setup

This commit is contained in:
j 2014-05-17 16:31:05 +02:00
commit 660512e38f
2 changed files with 8 additions and 7 deletions

1
ctl
View file

@ -83,7 +83,6 @@ if [ "$1" == "update" ]; then
git pull
cd $BASE/$NAME
git pull
$0 db upgrade
$0 setup
$0 update_static > /dev/null
exit