Skip to content
Snippets Groups Projects
Commit 31fc40b9 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Remove superfluous semicolons

parent 6bf6b60d
No related branches found
No related tags found
2 merge requests!679Automated merge from preview to main,!659Check ws allocation
......@@ -265,10 +265,10 @@ calling the actual software to do your computation).
# Reduces grace period to 1 day!
ws_release -F ssd ${COMPUTE_DIR}
else
echo "Error with compression and writing of results";
echo "Please check the folder \"${WORKSPACE_DIR}\" for any partial(?) results.";
exit 1;
fi;
echo "Error with compression and writing of results"
echo "Please check the folder \"${WORKSPACE_DIR}\" for any partial(?) results."
exit 1
fi
```
### Data for a Campaign
......
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