mirror of
https://github.com/YunoHost-Apps/archivist_ynh.git
synced 2024-09-03 18:15:55 +02:00
use booleans
This commit is contained in:
parent
44821c5738
commit
44a9131835
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
;; Test complet
|
||||
; Manifest
|
||||
encrypt=1
|
||||
encrypt=true
|
||||
encryption_pwd="password"
|
||||
core_backup=1
|
||||
apps_backup=1
|
||||
core_backup=true
|
||||
apps_backup=true
|
||||
frequency="Weekly"
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
|
|
Loading…
Add table
Reference in a new issue