소스 검색

fix linter warnings

lapineige 1 년 전
부모
커밋
2a8c75bd34
1개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  1. 2 6
      scripts/install

+ 2 - 6
scripts/install

@@ -181,8 +181,7 @@ ynh_use_logrotate
 # PRINT INFORMATION
 #=================================================
 
-Informations="
-To add recipients or to modify the files or apps to backup,
+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 +191,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