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

Fix permission change.

parent a0028e23
No related branches found
No related tags found
1 merge request!2Split prepare_rundir.sh into three different stages for the whole experiment,...
...@@ -41,4 +41,4 @@ cp "${FG_SOURCE}" "${FG_FILE}" ...@@ -41,4 +41,4 @@ cp "${FG_SOURCE}" "${FG_FILE}"
cp "${AN_SOURCE}" "${AN_FILE}" cp "${AN_SOURCE}" "${AN_FILE}"
# Change permissions to read only. # Change permissions to read only.
chmod -R 640 . chmod 440 ./*
...@@ -45,5 +45,5 @@ ln -sf "${ICON_DATA_PATH}/ECHAM6_CldOptProps.nc" . ...@@ -45,5 +45,5 @@ ln -sf "${ICON_DATA_PATH}/ECHAM6_CldOptProps.nc" .
ln -sf "${ICON_BASE_PATH}/run/ana_varnames_map_file.txt" . ln -sf "${ICON_BASE_PATH}/run/ana_varnames_map_file.txt" .
# Set all permissions to read only # Change permissions to read only.
chmod -R 640 . chmod 440 ./*
\ 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