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 51e097a commit 5342803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions download-latest-java-tomcat.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@
// systemOutput( "#dir# #files.name# #files.size# #files.type# #files.mode#", true );
if ( files.type == "file" ){
file = arguments.dest & mid( dir, 2 ) & "/" & files.name;
//systemOutput( file, true );
systemOutput( file, true );
//systemOutput( fileExists( file ), true );
fileSetAccessMode( file , files.mode );
//systemOutput( fileInfo( file ).mode, true );
systemOutput( fileInfo( file ).mode & " should be " & files.mode , true );
}
}
}
Expand Down

0 comments on commit 5342803

Please sign in to comment.