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

Fix bug in prepare_experiment.sh

parent 4e975693
No related branches found
No related tags found
No related merge requests found
Pipeline #19120 canceled
...@@ -20,7 +20,9 @@ mkdir -p "${COMMON_INIDATA_FOLDER}" ...@@ -20,7 +20,9 @@ mkdir -p "${COMMON_INIDATA_FOLDER}"
cd "${COMMON_INIDATA_FOLDER}" || exit cd "${COMMON_INIDATA_FOLDER}" || exit
# Change permissions # Change permissions
chmod 660 ./* if [ "$(ls -A .)" ]; then
chmod 660 ./*
fi
# Download or copy required input files # Download or copy required input files
function download_file() { function download_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