1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/archivist_ynh.git synced 2024-09-03 18:15:55 +02:00

use boolean instead of 0/1

This commit is contained in:
lapineige 2023-12-31 13:24:14 +01:00 committed by GitHub
parent 5b55d1f231
commit f44761e740
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,9 @@
;; Test complet ;; Test complet
; Manifest ; Manifest
encrypt=1 encrypt=true
encryption_pwd="password" encryption_pwd="password"
core_backup=1 core_backup=true
apps_backup=1 apps_backup=true
frequency="Weekly" frequency="Weekly"
; Checks ; Checks
pkg_linter=1 pkg_linter=1