Skip to content

Commit

Permalink
Merge pull request #264 from AhmedFaisal95/fix/run-fastsurfer-space
Browse files Browse the repository at this point in the history
Fix: `run_fastsurfer.sh` missing whitespace
  • Loading branch information
LeHenschel authored Feb 22, 2023
2 parents d203b19 + f30a445 commit 3e9714c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_fastsurfer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ if [ "$run_seg_pipeline" == "1" ]
exit 1
fi

if [ ! -f "$main_file"]
if [ ! -f "$main_file" ]
then
ln -s -r "$aparc_aseg_segfile" "$main_segfile"
fi
Expand Down

0 comments on commit 3e9714c

Please sign in to comment.