1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/agendav_ynh.git synced 2024-09-03 20:36:12 +02:00

Merge pull request #45 from YunoHost-Apps/testing

Buster support
This commit is contained in:
Maniack Crudelis 2020-04-28 12:16:52 +02:00 committed by GitHub
commit b1ce4c7ee4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# AgenDAV for YunoHost
[![Integration level](https://dash.yunohost.org/integration/agendav.svg)](https://dash.yunohost.org/appci/app/agendav)
[![Integration level](https://dash.yunohost.org/integration/agendav.svg)](https://dash.yunohost.org/appci/app/agendav) ![](https://ci-apps.yunohost.org/ci/badges/agendav.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/agendav.maintain.svg)
[![Install AgenDAV with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=agendav)
> *This package allow you to install AgenDAV quickly and simply on a YunoHost server.

View file

@ -5,7 +5,7 @@
path="/path" (PATH)
language="en"
; pre-install
sudo yunohost app fetchlist
sudo yunohost tools update --apps
sudo yunohost domain add baikaldomain.tld --admin-password $PASSWORD
sudo yunohost app install baikal -a "domain=baikaldomain.tld&path=/baikal&password=admin"
; Checks

View file

@ -38,7 +38,7 @@ test ! -e "$final_path" || ynh_die --message="This path already contains a folde
ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url
agendav_app_check_installation() {
echo $(yunohost app list --installed -f "$1" | grep "id:")
echo $(yunohost app list | grep "id: $1")
}
# Check whether Baïkal or Radicale is installed

View file

@ -59,7 +59,7 @@ fi
#=================================================
agendav_app_check_installation() {
echo $(yunohost app list --installed -f "$1" | grep "id:")
echo $(yunohost app list | grep "id: $1")
}
# Check whether Baïkal or Radicale is installed