"launch/tio/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "a32cdad62208c2fb44f7572006461c9a27d30984"
Commit 55cce52e authored by Jose Duarte's avatar Jose Duarte
Browse files

Fixing issue in gunzipping

parent f0cce574
......@@ -36,6 +36,5 @@ BASENAME=$(basename "${SOURCE_URL}")
mkdir --parents "${ROOT_DIR}"
aria2c "${SOURCE_URL}" --dir="${ROOT_DIR}"
pushd "${ROOT_DIR}"
gunzip "${ROOT_DIR}/${BASENAME}"
popd
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment