From dafa3e4230933be46b4f34a0ecd86d594c98b3ce Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Sun, 29 Mar 2020 13:39:40 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4f9df4..ae921e0 100644 --- a/README.md +++ b/README.md @@ -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. From 050401072f63de9c5e0f4c333eca0571810efd74 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Sat, 25 Apr 2020 19:39:07 +0200 Subject: [PATCH 2/2] Fix yunohost commands... --- check_process | 2 +- scripts/install | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/check_process b/check_process index f34dfda..59d8db0 100644 --- a/check_process +++ b/check_process @@ -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 diff --git a/scripts/install b/scripts/install index 9b6d57f..0e575ca 100644 --- a/scripts/install +++ b/scripts/install @@ -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 diff --git a/scripts/upgrade b/scripts/upgrade index 8ae69e0..480ce6a 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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