mirror of
https://github.com/YunoHost-Apps/archivist_ynh.git
synced 2024-09-03 18:15:55 +02:00
fix linter warnings
This commit is contained in:
parent
5ae052792f
commit
2a8c75bd34
1 changed files with 2 additions and 6 deletions
|
@ -181,8 +181,7 @@ ynh_use_logrotate
|
||||||
# PRINT INFORMATION
|
# PRINT INFORMATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
Informations="
|
Informations="To add recipients or to modify the files or apps to backup,\
|
||||||
To add recipients or to modify the files or apps to backup,
|
|
||||||
please have a look to the config file $config_file"
|
please have a look to the config file $config_file"
|
||||||
ynh_print_info --message="$Informations"
|
ynh_print_info --message="$Informations"
|
||||||
|
|
||||||
|
@ -192,10 +191,7 @@ ynh_print_info --message="$Informations"
|
||||||
|
|
||||||
if [ "$encrypt" = "true" ]
|
if [ "$encrypt" = "true" ]
|
||||||
then
|
then
|
||||||
encrypt_message="Your password for encryption is '$encryption_pwd'
|
encrypt_message="Your password for encryption is '$encryption_pwd'"
|
||||||
|
|
||||||
"
|
|
||||||
|
|
||||||
else
|
else
|
||||||
encrypt_message=""
|
encrypt_message=""
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue