From 513106bd98802cf84ceb3615a03d24615449fa4d Mon Sep 17 00:00:00 2001 From: Jeffrey Warren Date: Tue, 10 May 2022 13:49:06 -0400 Subject: [PATCH] add bundle exec to rake assets:precompile in start.sh --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index ba391ca5..e163fe36 100755 --- a/start.sh +++ b/start.sh @@ -30,7 +30,7 @@ else bump_database fi -rake assets:precompile +bundle exec rake assets:precompile if [ -f $pidfile ] ; then >&2 echo 'Server PID file already exists. Removing it...';