summaryrefslogtreecommitdiff
path: root/ot-tools-user.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ot-tools-user.sh')
-rw-r--r--ot-tools-user.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/ot-tools-user.sh b/ot-tools-user.sh
index d60a26e..047491d 100644
--- a/ot-tools-user.sh
+++ b/ot-tools-user.sh
@@ -2,8 +2,8 @@
# Load server config
otconfig() {
- source $HOME/.opentox/opentox-ui.sh
- source $HOME/.opentox/config/install/config.sh
+ . $HOME/.opentox/config/install/config.sh
+ . $OT_PREFIX/install/utils.sh
}
# Display log
@@ -77,7 +77,6 @@ otstart() {
echo "usage: otstart [all|algorithm|compound|dataset|feature|model|task|validation|4store]";
return 1;;
esac
- sleep 1
cd $DIR
}
@@ -134,7 +133,6 @@ otreload() {
echo "usage: otreload [all|algorithm|compound|dataset|feature|model|task|validation|4store]";
return 1;;
esac
- sleep 1
}
# kill unicorn
@@ -178,7 +176,6 @@ otkill() {
echo "usage: otkill [all|algorithm|compound|dataset|feature|model|task|validation|4store]";
return 1;;
esac
- sleep 1
}
# get service uri