diff --git a/README.md b/README.md index b9d7792..51c9f03 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -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) diff --git a/scripts/remove b/scripts/remove index 8ecd275..d2d1ad1 100644 --- a/scripts/remove +++ b/scripts/remove @@ -11,8 +11,9 @@ source ./_common.sh # Source YunoHost helpers source /usr/share/yunohost/helpers -# Stop script if errors -set -u +# Import common cmd +source ./experimental_helper.sh +source ./_common.sh ynh_script_progression --message="Loading installation settings..."