summaryrefslogtreecommitdiff
path: root/services-install
diff options
context:
space:
mode:
Diffstat (limited to 'services-install')
-rwxr-xr-xservices-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/services-install b/services-install
index bee1719..d47a62c 100755
--- a/services-install
+++ b/services-install
@@ -39,7 +39,7 @@ echo
[ "`$RBENV local 2>/dev/null`" = "$RUBY_NUM_VER" ] || install_ruby
-for SERVICE in opentox-client opentox-server dataset algorithm; do
+for SERVICE in opentox-client opentox-server dataset algorithm task feature opentox-test; do
install_ot_service
done
cd $DIR