1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/baikal_ynh.git synced 2024-09-03 18:16:11 +02:00

Bullseye (#67)

* set relative path for --keep opt

* Auto-update README

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
Éric Gaspar 2022-08-17 07:31:48 +02:00 committed by GitHub
parent 03a164e3ff
commit fc4e787eba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View file

@ -21,6 +21,7 @@ Baïkal allows to seamlessly access your contacts and calendars from every devic
**Shipped version:** 0.9.2~ynh1
**Demo:** https://demo.yunohost.org/baikal/admin/
## Screenshots

View file

@ -19,7 +19,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Baïkal allows to seamlessly access your contacts and calendars from every device. It is compatible with iOS, Mac OS X, DAVx5 on Android, Mozilla Thunderbird and every other CalDAV and CardDAV capable application. Protect your privacy by hosting calendars and contacts yourself - with Baïkal.
**Version incluse :** 0.9.2~ynh1
**Version incluse :** 0.9.2~ynh1
**Démo :** https://demo.yunohost.org/baikal/admin/

View file

@ -21,7 +21,7 @@
"email": "julien.malik@paraiso.me"
},
"requirements": {
"yunohost": ">= 4.3.0"
"yunohost": ">= 11.0.9"
},
"multi_instance": false,
"services": [

View file

@ -101,7 +101,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]
then
ynh_script_progression --message="Upgrading source files..." --weight=3
ynh_setup_source --dest_dir="$final_path" --keep="$final_path/Specific $final_path/config"
ynh_setup_source --dest_dir="$final_path" --keep="Specific config"
fi
chmod 750 "$final_path"