Skip to content

Commit

Permalink
[run_fastsurfer] Add missing space in conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
af-a committed Feb 21, 2023
1 parent d203b19 commit f30a445
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 f30a445

Please sign in to comment.