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

Disable chmod commands.

parent 8c8461a4
No related branches found
No related tags found
No related merge requests found
Pipeline #19141 passed
......@@ -50,7 +50,7 @@ if [ "${RUN_MACHINE_IS_LOCAL}" != "True" ]; then
rsync -v ${FG_FILES} "${HPCUSER}@${HPCHOST}":"${COMMON_DATE_FOLDER}/"
# Change permissions to read only.
ssh "${HPCUSER}@${HPCHOST}" chmod 440 "${COMMON_DATE_FOLDER}/*"
# ssh "${HPCUSER}@${HPCHOST}" chmod 440 "${COMMON_DATE_FOLDER}/*"
else
# Create member folder and go there
mkdir -p ${COMMON_DATE_FOLDER}
......
......@@ -20,9 +20,9 @@ mkdir -p "${COMMON_INIDATA_FOLDER}"
cd "${COMMON_INIDATA_FOLDER}" || exit
# Change permissions
if [ "$(ls -A .)" ]; then
chmod 660 ./*
fi
#if [ "$(ls -A .)" ]; then
# chmod 660 ./*
#fi
# Download or copy required input files
function download_file() {
......@@ -99,4 +99,4 @@ ln -sf "${ICON_BASE_PATH}/run/ana_varnames_map_file.txt" .
cp "${SST_FORCING}" .
# Change permissions to read only.
chmod 440 ./*
\ No newline at end of file
#chmod 440 ./*
\ 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