summaryrefslogtreecommitdiff
path: root/opentox-webservices.sh
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2011-05-03 14:14:54 +0200
committermguetlein <martin.guetlein@gmail.com>2011-05-03 14:14:54 +0200
commit8e98ba83791c01b826f4cd5f36edaf6a6d0b8e90 (patch)
tree4e274fdc7c37441309385499e4bde6a7cd14617c /opentox-webservices.sh
parent7b37b2c92dc746446b6110eab2038254bd704a11 (diff)
adding validation to installer
Diffstat (limited to 'opentox-webservices.sh')
-rwxr-xr-xopentox-webservices.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentox-webservices.sh b/opentox-webservices.sh
index 7e904ad..23af311 100755
--- a/opentox-webservices.sh
+++ b/opentox-webservices.sh
@@ -42,7 +42,7 @@ echo "Webservices ('$LOG'):"
mkdir -p "$WWW_DEST/opentox" >>$LOG 2>&1
cd "$WWW_DEST/opentox" >>$LOG 2>&1
-for s in compound dataset algorithm model toxcreate task; do
+for s in compound dataset algorithm model toxcreate task validation; do
rm -rf "$s" >>$LOG 2>&1
$GIT clone "git://github.com/opentox/$s.git" "$s" >>$LOG 2>&1
cd "$s" >>$LOG 2>&1