9 lines
349 B
Bash
Executable File
9 lines
349 B
Bash
Executable File
#!/bin/bash
|
|
# CONFIGURE script for {{.Name}}.
|
|
# Interactive Configuration Engine (ICE) queries live here.
|
|
# The Go engine intercepts `config_query` calls and answers them from
|
|
# the Tablet, prompting the user only for new questions.
|
|
#
|
|
# config_query {{.Name}}_FEATURE_X "Enable feature X?" y
|
|
# config_query {{.Name}}_FEATURE_Y "Enable feature Y?" n
|