From 1c3226d763d5ee0c2194cb8e631bb419ba5cda54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 31 Dec 2020 09:19:08 +0100 Subject: [PATCH 1/2] Set SVG for badge + typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 959542f..0e6c335 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -Seafile For yunohost +Seafile for YunoHost ================= [![Integration level](https://dash.yunohost.org/integration/seafile.svg)](https://dash.yunohost.org/appci/app/seafile) ![](https://ci-apps.yunohost.org/ci/badges/seafile.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/seafile.maintain.svg) -[![Install seafile with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=seafile) +[![Install seafile with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=seafile) > *This package allow you to install seafile quickly and simply on a YunoHost server. If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* From b0d07fba2f9e168f4fcc527b3caca80bf87013b5 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 14 Mar 2021 18:54:13 +0100 Subject: [PATCH 2/2] Don't use set -u in the remove script --- scripts/remove | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/remove b/scripts/remove index b1df786..5a5c7ea 100644 --- a/scripts/remove +++ b/scripts/remove @@ -7,9 +7,6 @@ # Source YunoHost helpers source /usr/share/yunohost/helpers -# Stop script if errors -set -u - # Import common cmd source ./experimental_helper.sh source ./_common.sh