summaryrefslogtreecommitdiff
path: root/src/update.sh
diff options
context:
space:
mode:
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