diff --git a/deploy/release/t20251219/start.sh b/deploy/release/t20251219/start.sh index e4ec473..25b4f37 100644 --- a/deploy/release/t20251219/start.sh +++ b/deploy/release/t20251219/start.sh @@ -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