Up.
This commit is contained in:
@@ -4,9 +4,6 @@ email = {{ promptString "Git main email address " "" | quote }}
|
||||
{{- with promptInt "How many mbsync accounts would you generate " 0 -}}{{- $count := . | int }}
|
||||
{{- if gt $count 0 -}}
|
||||
|
||||
[[data.mbsync]]
|
||||
activate = true
|
||||
|
||||
{{- range $i, $e := until $count }}
|
||||
[[data.mbsync]]
|
||||
name = {{ promptString "MbSync account name " | quote }}
|
||||
@@ -18,7 +15,6 @@ host = {{ promptString "MbSync account host " | quote }}
|
||||
{{ else }}
|
||||
|
||||
[[data.mbsync]]
|
||||
activate = false
|
||||
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user