Skip to content

Commit 4d04423

Browse files
committed
Add permission change to run script
1 parent f5681f0 commit 4d04423

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

run_livv.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ mv ${WEBDIR}/${CASE} ${WEBDIR}/${CASE}_bkd_$(date +'%Y%m%dT%H%M')
3030
# Move the new analysis from scratch to the published directory (prevents pre-maturely overwriting)
3131
mv $SCRATCH/lex/${CASE} ${WEBDIR}
3232

33+
# Make the output directory rwxr-xr-x
34+
chmod -R 0755 ${WEBDIR}/${CASE}
35+
3336
# Enter the Case output directory
3437
pushd ${WEBDIR}/${CASE}
3538

0 commit comments

Comments
 (0)