summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-03-27 14:31:46 +0200
committerAndreas Maunz <andreas@maunz.de>2012-03-27 14:31:46 +0200
commit2f17cef0d8dfeac04ff918110020db2a241519d0 (patch)
treeea421e4a717897c66235d7ba8f6f02cffb29588b
parent9e8ce7980bb136f891a5618fff23eb047c7be644 (diff)
Minor Bugs
-rwxr-xr-xbin/algorithm-install6
-rwxr-xr-xbin/fminer-install2
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/algorithm-install b/bin/algorithm-install
index 5bbb270..fc494b3 100755
--- a/bin/algorithm-install
+++ b/bin/algorithm-install
@@ -29,13 +29,13 @@ echo "Installation ('$LOG'):"
echo
if [ "$OT_BRANCH" = "development" ]; then
- cmd="test -d $OT_PREFIX/opentox-server" && run_cmd "$cmd" "opentox-server"
- cmd="test -d $OT_PREFIX/opentox-client" && run_cmd "$cmd" "opentox-client"
+ cmd="test -d $OT_PREFIX/opentox-server" && run_cmd "$cmd" "Opentox-server"
+ cmd="test -d $OT_PREFIX/opentox-client" && run_cmd "$cmd" "Opentox-client"
fi
# log directory for this service
-[ -d $OT_CONFIG_DIR/config/$SELF ] || cmd="mkdir -p $OT_CONFIG_DIR/config/$SELF" && run_cmd "$cmd" "$SELF config directory"
+[ -d $OT_CONFIG_DIR/config/$SELF ] || cmd="mkdir -p $OT_CONFIG_DIR/config/$SELF" && run_cmd "$cmd" "Config directory"
[ "`$RBENV local 2>/dev/null`" = "$RUBY_NUM_VER" ] || install_ruby
[ -n "`$FIND $RUBY_DIR -name openbabel.so 2>/dev/null`" ] || install_ob_ruby
diff --git a/bin/fminer-install b/bin/fminer-install
index bddfb4e..ce28d95 100755
--- a/bin/fminer-install
+++ b/bin/fminer-install
@@ -15,7 +15,7 @@ OT_CONFIG_DIR="$HOME/.opentox"
! [ -f "$OT_PREFIX/install/utils.sh" ] && echo "utils.sh not found." 1>&2 && exit 1 || . $OT_PREFIX/install/utils.sh
! [ -f $OT_CONFIG_DIR/opentox-ui.sh ] && echo "opentox-ui.sh not found." 1>&2 && exit 1 || . $OT_CONFIG_DIR/opentox-ui.sh
-if [ -z "$LOG"]; then
+if [ -z "$LOG" ]; then
LOG="$OT_PREFIX/tmp/`basename $0`.log"
echo
echo "Installation ('$LOG'):"