Do not dump data in update script since it might have the cert

This commit is contained in:
Girish Ramakrishnan
2017-05-19 14:34:20 -07:00
parent d6c32a2632
commit 7467907c09

View File

@@ -25,7 +25,6 @@ readonly sourceTarballUrl="${1}"
readonly data="${2}"
echo "Updating Cloudron with ${sourceTarballUrl}"
echo "${data}"
# TODO: pre-download tarball
box_src_tmp_dir=$(mktemp -dt box-src-XXXXXX)