We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5681f0 commit 4d04423Copy full SHA for 4d04423
run_livv.sh
@@ -30,6 +30,9 @@ mv ${WEBDIR}/${CASE} ${WEBDIR}/${CASE}_bkd_$(date +'%Y%m%dT%H%M')
30
# Move the new analysis from scratch to the published directory (prevents pre-maturely overwriting)
31
mv $SCRATCH/lex/${CASE} ${WEBDIR}
32
33
+# Make the output directory rwxr-xr-x
34
+chmod -R 0755 ${WEBDIR}/${CASE}
35
+
36
# Enter the Case output directory
37
pushd ${WEBDIR}/${CASE}
38
0 commit comments