Skip to content

Commit

Permalink
Use the correct rake alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
hennevogel committed Apr 14, 2022
1 parent 67f9fb1 commit 2b0e4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/setup-appliance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ function prepare_passenger {
perl -p -i -e \
's#^(\s*)PassengerRuby "/usr/bin/ruby"#$1\PassengerRuby "/usr/bin/ruby.ruby2.7"#' \
/etc/apache2/conf.d/mod_passenger.conf

update-alternatives --set rake /usr/bin/rake.ruby.ruby2.7

}
###############################################################################
Expand Down

0 comments on commit 2b0e4d4

Please sign in to comment.