lapineige 1 рік тому
батько
коміт
32f678c72a
1 змінених файлів з 2 додано та 7 видалено
  1. 2 7
      scripts/install

+ 2 - 7
scripts/install

@@ -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