Commit 61076ede authored by DjangoPeng's avatar DjangoPeng

fix unpack docker.tar.gz failure bug

parent acc81d6d
...@@ -95,8 +95,8 @@ function unpack-releases() { ...@@ -95,8 +95,8 @@ function unpack-releases() {
fi fi
# docker # docker
if [[ -f ${RELEASES_DIR}/docker.tgz ]]; then if [[ -f ${RELEASES_DIR}/docker.tar.gz ]]; then
tar xzf ${RELEASES_DIR}/docker.tgz -C ${RELEASES_DIR} tar xzf ${RELEASES_DIR}/docker.tar.gz -C ${RELEASES_DIR}
cp ${RELEASES_DIR}/docker/docker* ${BINARY_DIR}/node/bin cp ${RELEASES_DIR}/docker/docker* ${BINARY_DIR}/node/bin
fi fi
......
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