Skip to content

Commit

Permalink
Merge pull request #615 from ReproNim/fix_ants_make_scripts_executable
Browse files Browse the repository at this point in the history
make scripts executable after build
  • Loading branch information
stebo85 authored Apr 29, 2024
2 parents 7b740f6 + 8d2d365 commit d859dab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neurodocker/templates/ants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,4 @@ source:
mv ../Scripts/* {{ self.install_path }} ; \
fi
rm -rf /tmp/ants
chmod a+rx {{ self.install_path }} -R

0 comments on commit d859dab

Please sign in to comment.