This commit is contained in:
Wang Sen Di
2025-12-19 17:50:31 +08:00
parent 396c592c2f
commit a9d9a337d1

View File

@@ -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