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:
parent
5b55d1f231
commit
f44761e740
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue