Skip to content

Commit

Permalink
Merge pull request #2 from Ortus-Solutions/michaelborn-patch-1
Browse files Browse the repository at this point in the history
Update ORM extension installation method to use env vars
  • Loading branch information
lmajano authored Feb 16, 2024
2 parents 88d6882 + ef6f3a3 commit 7433b5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commands/contentbox/install.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ component {
command( "server set app.cfengine=#arguments.cfmlEngine#" ).run();
command( "server set web.rewrites.enable=true" ).run();
command( "server set jvm.heapsize=768" ).run();
command( "server set jvm.args=-Dfile.encoding=UTF8 -Dcom.sun.net.ssl.enableECC=false -Dlucee-extensions=D062D72F-F8A2-46F0-8CBC91325B2F067B" ).run();
command( "server set jvm.args='-Dfile.encoding=UTF8 -Dcom.sun.net.ssl.enableECC=false'" ).run();
command( "server set env.LUCEE-EXTENSIONS='D062D72F-F8A2-46F0-8CBC91325B2F067B'" ).run();

// 2021+ cfpm installs
if ( arguments.cfmlEngine.findNoCase( "adobe@202" ) ) {
Expand Down

0 comments on commit 7433b5e

Please sign in to comment.