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

Change folder permissions in prepare_experiment.sh

parent 2fb0e857
No related branches found
No related tags found
No related merge requests found
Pipeline #19101 passed
...@@ -19,6 +19,9 @@ COMMON_INIDATA_FOLDER=${WORKDIR}/inidata ...@@ -19,6 +19,9 @@ COMMON_INIDATA_FOLDER=${WORKDIR}/inidata
mkdir -p "${COMMON_INIDATA_FOLDER}" mkdir -p "${COMMON_INIDATA_FOLDER}"
cd "${COMMON_INIDATA_FOLDER}" || exit cd "${COMMON_INIDATA_FOLDER}" || exit
# Change permissions
chmod 660 ./*
# Download or copy required input files # Download or copy required input files
function download_file() { function download_file() {
URL=$1 URL=$1
......
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