Skip to content

Commit 2b058f7

Browse files
committed
Tweak documentation, tweak keepalive timings
1 parent 2f85f58 commit 2b058f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ndr_dev_support/capistrano/install_ruby.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
desc <<~DESC
44
Ensure that the required ruby version is installed.
55
6-
This can be installed from /opt/rbenv.tar.gz (first installation only) or vendor/rbenv
6+
This can be installed from /opt/rbenv.tar.gz (first installation only) or vendor/rbenv/
77
88
To place an offline copy of rbenv in /opt/rbenv.tar.gz
99
To make this file, for ruby 3.1.6, run the following commands:
@@ -59,7 +59,7 @@
5959
set -e;
6060
if ! rbenv versions --bare 2> /dev/null | grep -q ^#{Regexp.escape(version)}$; then
6161
echo Installing ruby #{version};
62-
{ sleep 20; for i in `seq 1 80`; do echo -n '.'; sleep 30; done & } 2> /dev/null;
62+
{ sleep 10; for i in `seq 1 80`; do echo -n '.'; sleep 30; done & } 2> /dev/null;
6363
sudo -i -n -u #{fetch(:application_user)} sh -c "
6464
if [ ! -e .rbenv ] && [ -e /opt/rbenv.tar.gz ]; then
6565
tar xf /opt/rbenv.tar.gz .rbenv;

0 commit comments

Comments
 (0)