summaryrefslogtreecommitdiff
path: root/src/update.sh
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-10-17 20:04:58 +0200
committerChristian Pointner <equinox@spreadspace.org>2012-10-17 20:04:58 +0200
commit3b2828e86d0551af3964000b901c684be26d67c9 (patch)
tree876dafbcdd9705fa171a9de0893a08b06c56bd74 /src/update.sh
parentmoved template parameter to config file (diff)
moved output to output/<format>
Diffstat (limited to 'src/update.sh')
-rwxr-xr-xsrc/update.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/update.sh b/src/update.sh
index b28347a..18ab61a 100755
--- a/src/update.sh
+++ b/src/update.sh
@@ -33,11 +33,9 @@ if [ -z "$1" ]; then
exit 1
fi
-TEMPLATES="example"
-
./manage.sh stop
./manage.sh clean
-./flufigut.py "$TEMPLATES" $1
+./flufigut.py flumotion $1
./manage.sh deploy
./manage.sh start