containerctl: s/generate_config/generate_container
Signed-off-by: Enno Tensing <tenno@suij.in>
This commit is contained in:
parent
7a863bb7ea
commit
4d86b49ed4
1 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ generate_all()
|
|||
{
|
||||
list_configs | while read -r config
|
||||
do
|
||||
generate_config "$(printf '%b' "${config}" | sed -e "s|${CONFIGDIR}||g")"
|
||||
generate_container "$(printf '%b' "${config}" | sed -e "s|${CONFIGDIR}||g")"
|
||||
done
|
||||
}
|
||||
|
||||
|
@ -128,6 +128,6 @@ case "${1}" in
|
|||
"list-containers") list_containers ;;
|
||||
"list-configs") list_configs ;;
|
||||
"generate-all") generate_all ;;
|
||||
"generate") shift; generate_config "${@}" ;;
|
||||
"generate") shift; generate_container "${@}" ;;
|
||||
*) exec_script "${@}" ;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue