added missing template file
This commit is contained in:
parent
5a2978053b
commit
9aae8a6f3f
@ -1,5 +1,9 @@
|
||||
{{- $name := promptString "name" -}}
|
||||
{{- $email := promptString "email" -}}
|
||||
{{- $category := promptString "Server category" -}}
|
||||
[data]
|
||||
name = "{{ $name }}"
|
||||
email = "{{ $email }}"
|
||||
|
||||
[bash]
|
||||
prompt.category = "{{ $category }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user