mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
Fix crash after changing php-fpm settings
This commit is contained in:
parent
702a58b0a0
commit
965d1f55c2
4 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ name = "Hubzilla"
|
|||
description.en = "Decentralized publication platform and social network"
|
||||
description.fr = "Plateforme de publication décentralisée et un réseau social"
|
||||
|
||||
version = "8.8.6~ynh1"
|
||||
version = "8.8.6~ynh2"
|
||||
|
||||
maintainers = [""]
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#=================================================
|
||||
# PHP APP SPECIFIC
|
||||
#=================================================
|
||||
|
||||
YNH_PHP_VERSION="8.2"
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
#=================================================
|
||||
|
|
|
@ -15,7 +15,7 @@ ynh_abort_if_errors
|
|||
# RETRIEVE ARGUMENTS
|
||||
#=================================================
|
||||
|
||||
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
|
||||
phpversion="$YNH_PHP_VERSION"
|
||||
current_fpm_footprint=$(ynh_app_setting_get --app=$app --key=fpm_footprint)
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -19,7 +19,7 @@ test_format = 1.0
|
|||
# Commits to test upgrade from
|
||||
# -------------------------------
|
||||
|
||||
test_upgrade_from.3e89436957f5a6f9b426836d671ffbb133d7db62.name = "Upgrade from 8.6.3~ynh1"
|
||||
test_upgrade_from.702a58b0a02bd1aba620222eb2c111067506e3fa.name = "Upgrade from 8.6.6~ynh1"
|
||||
|
||||
|
||||
[with_postgresql]
|
||||
|
|
Loading…
Reference in a new issue