diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md index 39e9453abf8dc90308e185690d549994105ba62e..c742d8b33f3fa65c2485ab37872b2ef27720bf6d 100644 --- a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md +++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md @@ -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