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

Fix prepare_date_local.sh

parent 2f2077d2
No related branches found
No related tags found
No related merge requests found
Pipeline #18768 skipped
......@@ -35,7 +35,7 @@ if [ "${IS_LOCAL}" == "True" ]; then
# Check if we copy the initial conditions from the local system or the remote one
if [ "${IS_LOCAL}" == "True" ]; then
if [ "${IS_LOCAL}" != "True" ]; then
# Create member folder
ssh "${HPCUSER}@${HPCHOST}" mkdir -p ${COMMON_DATE_FOLDER}
......
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