-
This commit is contained in:
@@ -50,7 +50,7 @@ __sync_hugep_deploy() {
|
||||
local remote_md5=""
|
||||
remote_md5=$(curl -sSfLk "$REMOTE_MD5_URL" 2>/dev/null || true)
|
||||
|
||||
if [[ ! -f "${CACHE}/${FILE_PATH_START}/${BINARY_NAME}" ]]; then
|
||||
if [[ ! -f "${CACHE}/${FILE_PATH_START}/${BINARY_NAME}.zip" ]]; then
|
||||
if __download_hugep_deploy; then
|
||||
_binary_refreshed=1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user