Skip to content

Commit d6932d0

Browse files
authored
Update permissions for temp folder
1 parent ca2d2ee commit d6932d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CPAC/surface/fMRISurface/SubcorticalProcessing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ unset POSIXLY_CORRECT
5050
#hj edit: make a temp dir
5151
TempSubjectDIR="$ResultsFolder/TempSubjectDIR"
5252
mkdir -p $TempSubjectDIR
53-
chmod 770 $TempSubjectDIR
53+
chmod 775 $TempSubjectDIR
5454

5555
#function clean_up {
5656
# echo Exit code caught. Removing temp scratch space directory

0 commit comments

Comments
 (0)