From 066832b2a189eac7207b74a37ab67c4182ee981a Mon Sep 17 00:00:00 2001 From: Lionel Coupouchetty-Ramouchetty Date: Thu, 12 Nov 2020 08:23:18 +0100 Subject: [PATCH] fix: end of line whitespaces --- README.md | 4 ++-- scripts/_common.sh | 2 +- scripts/restore | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ccf9cd..ddc670d 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ [![Status](https://img.shields.io/badge/status-testing-yellow.svg?style=flat)](https://github.com/YunoHost-Apps/restic_ynh/milestones) [![Integration level](https://dash.yunohost.org/integration/restic.svg)](https://dash.yunohost.org/appci/app/restic) [![GitHub license](https://img.shields.io/badge/license-GPLv3-blue.svg?style=flat)](https://raw.githubusercontent.com/YunoHost-Apps/restic_ynh/master/LICENSE) -[![GitHub issues](https://img.shields.io/github/issues/YunoHost-Apps/restic_ynh.svg?style=flat)](https://github.com/YunoHost-Apps/restic_ynh/issues) +[![GitHub issues](https://img.shields.io/github/issues/YunoHost-Apps/restic_ynh.svg?style=flat)](https://github.com/YunoHost-Apps/restic_ynh/issues) [![Install restic with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=restic) -> *This package allows you to install Restic quickly and simply on a YunoHost server. +> *This package allows you to install Restic quickly and simply on a YunoHost server. If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* ## Overview diff --git a/scripts/_common.sh b/scripts/_common.sh index 5a4cb05..7851aa9 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -57,7 +57,7 @@ ynh_export () { export $var="${!ynh_arg}" done } -# Save listed var in YunoHost app settings +# Save listed var in YunoHost app settings # usage: ynh_save_args VARNAME1 [VARNAME2 [...]] ynh_save_args () { for var in $@; diff --git a/scripts/restore b/scripts/restore index c55046d..c76eaf5 100755 --- a/scripts/restore +++ b/scripts/restore @@ -38,7 +38,7 @@ mkdir -p /usr/share/yunohost/backup_method #================================================= # RESTORE FILES #================================================= -ynh_restore +ynh_restore #================================================= # ADVERTISE SERVICE IN ADMIN PANEL