1
0
Fork 0
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:
lapineige 2023-12-31 12:08:01 +01:00 committed by GitHub
parent fcbe2ec301
commit 32f678c72a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,9 +181,7 @@ ynh_use_logrotate
# PRINT INFORMATION
#=================================================
Informations="
To add recipients or to modify the files or apps to backup,
please have a look to the config file $config_file"
Informations="To add recipients or to modify the files or apps to backup,please have a look to the config file $config_file"
ynh_print_info --message="$Informations"
#=================================================
@ -192,10 +190,7 @@ ynh_print_info --message="$Informations"
if [ "$encrypt" = "true" ]
then
encrypt_message="Your password for encryption is '$encryption_pwd'
"
encrypt_message="Your password for encryption is '$encryption_pwd'"
else
encrypt_message=""
fi