Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into enh/et
Browse files Browse the repository at this point in the history
* upstream/master:
  remove only spm* files in /tmp (ReproNim#299)
  • Loading branch information
satra committed Sep 22, 2019
2 parents 3e63ebf + 9991487 commit e1ce261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurodocker/templates/spm12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ generic:
mkdir -p {{ spm12.install_path }}
mv /tmp/spm12/* {{ spm12.install_path }}/
chmod -R 777 {{ spm12.install_path }}
rm -rf /tmp/*
rm -rf /tmp/spm*
{{ spm12.install_path }}/run_spm12.sh {{ spm12.mcr_path }} quit
sed -i '$iexport SPMMCRCMD=\"{{ spm12.install_path }}/run_spm12.sh {{ spm12.mcr_path }} script\"' $ND_ENTRYPOINT

0 comments on commit e1ce261

Please sign in to comment.