소스 검색

Merge branch 'testing' into patch-1

lapineige 1 년 전
부모
커밋
166ae99f41
4개의 변경된 파일4개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 1
      README.md
  2. 1 1
      README_fr.md
  3. 1 1
      manifest.json
  4. 1 2
      scripts/install

+ 1 - 1
README.md

@@ -41,7 +41,7 @@ Have a look to the [security audit](https://defuse.ca/audits/encfs.htm) to have
 ## Documentation and resources
 
 * Upstream app code repository: <https://github.com/maniackcrudelis/archivist>
-* YunoHost documentation for this app: <https://yunohost.org/app_archivist>
+* YunoHost Store: <https://apps.yunohost.org/app/archivist>
 * Report a bug: <https://github.com/YunoHost-Apps/archivist_ynh/issues>
 
 ## Developer info

+ 1 - 1
README_fr.md

@@ -40,7 +40,7 @@ Consultez l'[audit de sécurité](https://defuse.ca/audits/encfs.htm) pour avoir
 ## Documentations et ressources
 
 * Dépôt de code officiel de l’app : <https://github.com/maniackcrudelis/archivist>
-* Documentation YunoHost pour cette app : <https://yunohost.org/app_archivist>
+* YunoHost Store: <https://apps.yunohost.org/app/archivist>
 * Signaler un bug : <https://github.com/YunoHost-Apps/archivist_ynh/issues>
 
 ## Informations pour les développeurs

+ 1 - 1
manifest.json

@@ -70,7 +70,7 @@
             },
             {
                 "name": "frequency",
-                "type": "string",
+                "type": "select",
                 "ask": {
                     "en": "Choose the frequency of your backups?",
                     "fr": "Choississez la fréquence de votre backup ?"

+ 1 - 2
scripts/install

@@ -181,8 +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"
 
 #=================================================