mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
Add default value for arg
This commit is contained in:
parent
f78d1d83f7
commit
771b215f4e
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
|||
ask.fr = "Souhaitez-vous recevoir des notifications par mail à chaque sauvegarde ?"
|
||||
type = "select"
|
||||
choices = ["always", "errors_only", "never"]
|
||||
default = "errors_only"
|
||||
|
||||
[resources]
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Add table
Reference in a new issue