From dd490106684ed48e3a54b6a6ca94c81fb2b49a74 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 26 Mar 2020 22:29:30 +0100 Subject: [PATCH] without sleep during upgrade --- scripts/upgrade | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 9dc12b25..dcf158a2 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -156,11 +156,6 @@ ynh_print_info --message="Updating php dependencies..." chown -R "$app": "$final_path" -# Bypass composer issue and GitHub Rate Limit https://developer.github.com/v3/#rate-limiting -if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then - sleep 3600 -fi - ynh_composer_exec --phpversion="7.3" --workdir="$final_path" --commands="update" #=================================================