mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
without sleep during upgrade
This commit is contained in:
parent
86983aaaef
commit
dd49010668
1 changed files with 0 additions and 5 deletions
|
@ -156,11 +156,6 @@ ynh_print_info --message="Updating php dependencies..."
|
||||||
|
|
||||||
chown -R "$app": "$final_path"
|
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"
|
ynh_composer_exec --phpversion="7.3" --workdir="$final_path" --commands="update"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue