summaryrefslogtreecommitdiff
path: root/opentox-webservices.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-18 02:35:46 -0700
committerAndreas Maunz <andreas@maunz.de>2011-04-18 02:35:46 -0700
commit2c8a2f1865d023670f2f766b00f3def1961b3e45 (patch)
tree9c87057f4bdf67a31e664d7262482ce0eb3e4593 /opentox-webservices.sh
parentfcaa3e224b61ee65756bc06f98c7010ba5398137 (diff)
Removed deletion of 'public' directory
Diffstat (limited to 'opentox-webservices.sh')
-rw-r--r--[-rwxr-xr-x]opentox-webservices.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/opentox-webservices.sh b/opentox-webservices.sh
index 0b16ef3..b398df2 100755..100644
--- a/opentox-webservices.sh
+++ b/opentox-webservices.sh
@@ -47,8 +47,8 @@ for s in compound dataset algorithm model toxcreate task; do
$GIT clone "git://github.com/opentox/$s.git" "$s" >>$LOG 2>&1
cd "$s" >>$LOG 2>&1
$GIT checkout -t origin/$OT_BRANCH >>$LOG 2>&1
- rm -rf public >>$LOG 2>&1
- mkdir public >>$LOG 2>&1
+ #rm -rf public >>$LOG 2>&1
+ #mkdir public >>$LOG 2>&1
mypath_from="$WWW_DEST/opentox/$s/public"
mypath_to="$WWW_DEST/$s"
cmd="ln -sf \"$mypath_from\" \"$mypath_to\"" && run_cmd "$cmd" "Linking $s"