From 3bbe02ee0cfa0a99a4c3fb31735e1235fda72123 Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Thu, 23 Aug 2012 14:56:08 +0300 Subject: Added call to otconfig --- utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.sh b/utils.sh index bf08681..0e0335c 100755 --- a/utils.sh +++ b/utils.sh @@ -120,7 +120,7 @@ notify() { echo if ps -o stat= -p $PPID | grep "s" >/dev/null 2>&1; then echo "IMPORTANT: How to configure your system if everything went fine:" - echo "IMPORTANT: bash shell only: '. $OT_TOOLS_CONF' (convenient ot-tools)" + echo "IMPORTANT: bash shell only: '. $OT_TOOLS_CONF; otconfig' (convenient ot-tools)" echo "IMPORTANT: other shells: '. $OT_UI_CONF' (no ot-tools available)" echo "IMPORTANT: More information: 'http://opentox.github.com/General/2012/08/09/install-opentox-development-environment'" echo "IMPORTANT: Thank you for your attention." -- cgit v1.2.3