Skip to content

Commit

Permalink
Fix chmod in download_samples.sh
Browse files Browse the repository at this point in the history
The last entries are invalid.
  • Loading branch information
ax3l committed Aug 19, 2023
1 parent 9d5bf96 commit 94749ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions share/openPMD/download_samples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ rm -rf diags.zip diags
# make sure we do not need write access when reading data
chmod u-w samples/git-sample/*.h5
chmod u-w samples/git-sample/thetaMode/*.h5
chmod u-w samples/samples/issue-sample/*.h5
chmod u-w samples/samples/issue-sample/no_fields/*.h5
chmod u-w samples/samples/issue-sample/no_particles/*.h5
chmod u-w samples/issue-sample/*.h5
chmod u-w samples/issue-sample/no_fields/*.h5
chmod u-w samples/issue-sample/no_particles/*.h5
find samples/git-sample/3d-bp4 -type f -exec chmod u-w {} \;

cd ${orgdir}

0 comments on commit 94749ad

Please sign in to comment.