From 2c28ce19166bd4f2329a1726eead602d6ec2f8c8 Mon Sep 17 00:00:00 2001 From: davor Date: Thu, 16 Aug 2012 18:48:23 +0200 Subject: Added functions from utils.sh --- bin/opentox-client-install | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'bin') 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" -- cgit v1.2.3