Skip to content

Commit

Permalink
Fix onServerInstall script for ACF 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelborn authored May 28, 2024
1 parent 6acc104 commit 890407d
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 @@ -206,7 +206,7 @@ component {

// 2021+ cfpm installs
if ( arguments.cfmlEngine.findNoCase( "adobe@202" ) ) {
command( "server set scripts.onServerInstall=cfpm install zip,orm,mysql,postgresql,sqlserver,document,feed" ).run();
command( "server set scripts.onServerInstall='cfpm install zip,orm,mysql,postgresql,sqlserver,document,feed'" ).run();
}

variables.print
Expand Down

0 comments on commit 890407d

Please sign in to comment.