Skip to content

Commit

Permalink
Use uppercase for lucee env var consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelborn authored Feb 13, 2024
1 parent 025a913 commit ef6f3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/contentbox/install.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ component {
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'" ).run();
command( "server set env.lucee-extensions='D062D72F-F8A2-46F0-8CBC91325B2F067B'" ).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 ef6f3a3

Please sign in to comment.