From f219da6acffe99f74338cca3e9496045076335ed Mon Sep 17 00:00:00 2001 From: jiikko Date: Sun, 21 Jan 2024 19:47:23 +0900 Subject: [PATCH] =?UTF-8?q?bundle=20check=E3=82=92=E3=82=AF=E3=83=AA?= =?UTF-8?q?=E3=82=A2=E3=81=97=E3=81=9F=E6=99=82=E3=81=AE=E5=87=BA=E5=8A=9B?= =?UTF-8?q?=E3=82=92=E6=B6=88=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project_template/exe/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project_template/exe/run b/project_template/exe/run index fc9a5471..d927444b 100755 --- a/project_template/exe/run +++ b/project_template/exe/run @@ -21,5 +21,5 @@ if find "/home/$EXECUINTG_USER/.rbenv/" -user root | read; then echo "We have recovered /home/$EXECUINTG_USER/.rbenv/" fi -bundle check || bundle install +bundle check > /dev/null || bundle install RUN_WITH_BUNDLE_EXEC=1 bundle exec ruby app.rb