Skip to content

Commit

Permalink
Update download-latest-java-tomcat.cfm
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Aug 14, 2024
1 parent 11aa5ce commit 51e097a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions download-latest-java-tomcat.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
// lucee ignores permissions when extracting files
function applyPermissions( src, dest ){
systemOutput( "Manually applying file system permissions", true );
var files = directoryList( path="tgz://" & src, recurse=true, listinfo="query");
var dir ="";
var file = "";
Expand Down

0 comments on commit 51e097a

Please sign in to comment.