summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-08-16 18:48:23 +0200
committerdavor <vorgrimmlerdavid@gmx.de>2012-08-16 18:48:23 +0200
commit2c28ce19166bd4f2329a1726eead602d6ec2f8c8 (patch)
treed7a0edc48ef41de9a2bac21c3732b61667f46942 /bin
parent523275b0e30412078a33d618dcb5a6f077716376 (diff)
Added functions from utils.sh
Diffstat (limited to 'bin')
-rwxr-xr-xbin/opentox-client-install17
1 files changed, 2 insertions, 15 deletions
diff --git a/bin/opentox-client-install b/bin/opentox-client-install
index 48905ca..4be2d6c 100755
--- a/bin/opentox-client-install
+++ b/bin/opentox-client-install
@@ -30,11 +30,8 @@ RUBY_DIR="$HOME/.rbenv/versions/$RUBY_NUM_VER"
# # # Install
-LOG="$OT_PREFIX/tmp/`basename $0`.log"
check_utils "rbenv find"
-echo
-echo "Installation ('$LOG'):"
-echo
+check_log $SELF
# ruby
[ "`$RBENV local 2>/dev/null`" = "$RUBY_NUM_VER" ] || install_ruby
@@ -43,17 +40,7 @@ echo
echo
install_with_bundler
-echo
-echo "Installation finished."
-echo
-echo "IMPORTANT: How to configure your system:"
-echo "IMPORTANT: a) Include '$OT_UI_CONF' in shell startup (e.g. ~/.bashrc)."
-echo "IMPORTANT: b) Manually source '$OT_UI_CONF' every time."
-echo "IMPORTANT: The command in both cases: '. $OT_UI_CONF'"
-echo "IMPORTANT: NOW would be the best time to configure!"
-echo
-echo "Thank you for your attention."
-echo
+notify
# return to wd
cd "$DIR"