summaryrefslogtreecommitdiff
path: root/services.sh
diff options
context:
space:
mode:
Diffstat (limited to 'services.sh')
-rw-r--r--services.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/services.sh b/services.sh
deleted file mode 100644
index c5bbeb6..0000000
--- a/services.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-source config.sh
-source utils.sh
-LOG="$OT_PREFIX/tmp/service_install.log"
-DIR=`pwd`
-for SERVICE in opentox-client opentox-server dataset algorithm; do
- install_ot_service
-done
-cd $DIR