Skip to content
Snippets Groups Projects
Commit daaba7e9 authored by Oriol Tintó Prims's avatar Oriol Tintó Prims
Browse files

Change inidata permissions to read-only.

parent d027209a
No related branches found
No related tags found
1 merge request!2Split prepare_rundir.sh into three different stages for the whole experiment,...
...@@ -39,3 +39,6 @@ echo "${FG_FILE}" > fg_file.txt ...@@ -39,3 +39,6 @@ echo "${FG_FILE}" > fg_file.txt
# Copy the first-guess and analysis files. # Copy the first-guess and analysis files.
cp "${FG_SOURCE}" "${FG_FILE}" cp "${FG_SOURCE}" "${FG_FILE}"
cp "${AN_SOURCE}" "${AN_FILE}" cp "${AN_SOURCE}" "${AN_FILE}"
# Change permissions to read only.
chmod -R 640 .
...@@ -46,4 +46,4 @@ ln -sf "${ICON_BASE_PATH}/run/ana_varnames_map_file.txt" . ...@@ -46,4 +46,4 @@ ln -sf "${ICON_BASE_PATH}/run/ana_varnames_map_file.txt" .
# Set all permissions to read only # Set all permissions to read only
chmod 700 chmod -R 640 .
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment