mirror of
https://github.com/YunoHost-Apps/restic_ynh.git
synced 2024-09-03 20:16:22 +02:00
fix: end of line whitespaces
This commit is contained in:
parent
3fa8df45d6
commit
066832b2a1
3 changed files with 4 additions and 4 deletions
|
@ -4,10 +4,10 @@
|
||||||
[](https://github.com/YunoHost-Apps/restic_ynh/milestones)
|
[](https://github.com/YunoHost-Apps/restic_ynh/milestones)
|
||||||
[](https://dash.yunohost.org/appci/app/restic)
|
[](https://dash.yunohost.org/appci/app/restic)
|
||||||
[](https://raw.githubusercontent.com/YunoHost-Apps/restic_ynh/master/LICENSE)
|
[](https://raw.githubusercontent.com/YunoHost-Apps/restic_ynh/master/LICENSE)
|
||||||
[](https://github.com/YunoHost-Apps/restic_ynh/issues)
|
[](https://github.com/YunoHost-Apps/restic_ynh/issues)
|
||||||
[](https://install-app.yunohost.org/?app=restic)
|
[](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.*
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
|
@ -57,7 +57,7 @@ ynh_export () {
|
||||||
export $var="${!ynh_arg}"
|
export $var="${!ynh_arg}"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
# Save listed var in YunoHost app settings
|
# Save listed var in YunoHost app settings
|
||||||
# usage: ynh_save_args VARNAME1 [VARNAME2 [...]]
|
# usage: ynh_save_args VARNAME1 [VARNAME2 [...]]
|
||||||
ynh_save_args () {
|
ynh_save_args () {
|
||||||
for var in $@;
|
for var in $@;
|
||||||
|
|
|
@ -38,7 +38,7 @@ mkdir -p /usr/share/yunohost/backup_method
|
||||||
#=================================================
|
#=================================================
|
||||||
# RESTORE FILES
|
# RESTORE FILES
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_restore
|
ynh_restore
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# ADVERTISE SERVICE IN ADMIN PANEL
|
# ADVERTISE SERVICE IN ADMIN PANEL
|
||||||
|
|
Loading…
Add table
Reference in a new issue