mirror of
https://github.com/YunoHost-Apps/collabora_ynh.git
synced 2024-09-03 18:16:25 +02:00
commit
26205b6a1c
5 changed files with 8 additions and 11 deletions
|
@ -28,7 +28,7 @@ Collabora Online is a powerful LibreOffice-based online office that supports all
|
|||
- presentations (odp, pptx, ppt…)
|
||||
|
||||
|
||||
**Shipped version:** 21.11.0.6~ynh1
|
||||
**Shipped version:** 21.11.4.1~ynh1
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ Collabora Online est une suite bureautique en ligne open source basé sur LibreO
|
|||
- des tableurs (ods, xlsx, xls…)
|
||||
- présentations (odp, pptx, ppt…)
|
||||
|
||||
**Version incluse :** 21.11.0.6~ynh1
|
||||
**Version incluse :** 21.11.4.1~ynh1
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "LibreOffice-based online office suite with collaborative editing",
|
||||
"fr": "Suite office en ligne et collaborative, basée sur LibreOffice"
|
||||
},
|
||||
"version": "21.11.0.6~ynh1",
|
||||
"version": "21.11.4.1~ynh1",
|
||||
"url": "https://collaboraoffice.com",
|
||||
"upstream": {
|
||||
"license": "MPL-2.0",
|
||||
|
|
|
@ -30,14 +30,6 @@ app=$YNH_APP_INSTANCE_NAME
|
|||
domain=$(ynh_app_setting_get --app=$app --key=domain)
|
||||
path_url=$(ynh_app_setting_get --app=$app --key=path)
|
||||
|
||||
#=================================================
|
||||
# CHECK IF THE APP CAN BE RESTORED
|
||||
#=================================================
|
||||
ynh_script_progression --message="Validating restoration parameters..." --weight=1
|
||||
|
||||
ynh_webpath_available --domain=$domain --path_url=$path_url \
|
||||
|| ynh_die --message="Path not available: ${domain}${path_url}"
|
||||
|
||||
#=================================================
|
||||
# STANDARD RESTORATION STEPS
|
||||
#=================================================
|
||||
|
|
|
@ -27,6 +27,11 @@ nextcloud_domain=$(ynh_app_setting_get --app="$app" --key=nextcloud_domain)
|
|||
#=================================================
|
||||
ynh_script_progression --message="Ensuring downward compatibility..." --weight=2
|
||||
|
||||
if ynh_compare_current_package_version --comparison le --version 6.4.10~ynh2
|
||||
then
|
||||
ynh_die --message="Upgrade from version 6.4.10 is not possible. You must uninstall and reinstall Collabora package manually"
|
||||
fi
|
||||
|
||||
# If db_name doesn't exist, create it
|
||||
if [ -z "$path_url" ]; then
|
||||
path_url="/"
|
||||
|
|
Loading…
Reference in a new issue