mirror of
https://github.com/YunoHost-Apps/tiki_ynh.git
synced 2024-09-04 01:15:54 +02:00
cleaning
This commit is contained in:
parent
ec128d2008
commit
3ea40c3aff
2 changed files with 2 additions and 3 deletions
|
@ -17,7 +17,7 @@ admindoc = "https://doc.tiki.org"
|
|||
code = "https://gitlab.com/tikiwiki/tiki/"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.2.16"
|
||||
yunohost = ">= 11.2.20"
|
||||
helpers_version = "2.1"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
|
|
|
@ -11,10 +11,9 @@ ynh_app_setting_set_default --key=php_upload_max_filesize --value=256M
|
|||
ynh_script_progression "Ensuring downward compatibility..."
|
||||
|
||||
# If release_cycle doesn't exist, create it
|
||||
# FIXME: maybe replace with: ynh_app_setting_set_default --key=release_cycle --value=longterm
|
||||
if [ -z "${release_cycle:-}" ]; then
|
||||
release_cycle=longterm
|
||||
ynh_app_setting_set --key=release_cycle --value=$release_cycle
|
||||
ynh_app_setting_set_default --key=release_cycle --value=$release_cycle
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue