From 2f17cef0d8dfeac04ff918110020db2a241519d0 Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Tue, 27 Mar 2012 14:31:46 +0200 Subject: Minor Bugs --- bin/algorithm-install | 6 +++--- bin/fminer-install | 2 +- 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'):" -- cgit v1.2.3