1
0
This commit is contained in:
Jeff Lance 2024-03-04 13:12:24 +01:00
parent 910a9e18b7
commit 043afe63b3

View File

@ -2,7 +2,7 @@
{{- $mbsyncAccountNumber := promptIntOnce . "mbsyncAccountNumber" "How many mbsync accounts would you generate " }}
{{- if gt $mbsyncAccountNumber 0 -}}
{{- range $i, $e := until $mbsyncAccountNumber -}}
{{- range $i, $e := until $mbsyncAccountNumber | int -}}
{{- $mbsyncAccountName := promptStringOnce . "mbsync" "MbSync account name " }}
{{- $mbsyncAccountMail := promptStringOnce . "mbsync" "MbSync account mail " }}
{{- $mbsyncAccountUser := promptStringOnce . "mbsync" "MbSync account user " }}