Up.
This commit is contained in:
parent
910a9e18b7
commit
043afe63b3
@ -2,7 +2,7 @@
|
|||||||
{{- $mbsyncAccountNumber := promptIntOnce . "mbsyncAccountNumber" "How many mbsync accounts would you generate " }}
|
{{- $mbsyncAccountNumber := promptIntOnce . "mbsyncAccountNumber" "How many mbsync accounts would you generate " }}
|
||||||
|
|
||||||
{{- if gt $mbsyncAccountNumber 0 -}}
|
{{- if gt $mbsyncAccountNumber 0 -}}
|
||||||
{{- range $i, $e := until $mbsyncAccountNumber -}}
|
{{- range $i, $e := until $mbsyncAccountNumber | int -}}
|
||||||
{{- $mbsyncAccountName := promptStringOnce . "mbsync" "MbSync account name " }}
|
{{- $mbsyncAccountName := promptStringOnce . "mbsync" "MbSync account name " }}
|
||||||
{{- $mbsyncAccountMail := promptStringOnce . "mbsync" "MbSync account mail " }}
|
{{- $mbsyncAccountMail := promptStringOnce . "mbsync" "MbSync account mail " }}
|
||||||
{{- $mbsyncAccountUser := promptStringOnce . "mbsync" "MbSync account user " }}
|
{{- $mbsyncAccountUser := promptStringOnce . "mbsync" "MbSync account user " }}
|
||||||
|
Loading…
Reference in New Issue
Block a user