Print function name
This commit is contained in:
@@ -1840,6 +1840,7 @@ download() {
|
||||
"${cmd[@]}" "$url"
|
||||
}
|
||||
create_mc_apt_container() {
|
||||
debug "${FUNCNAME[0]}()" "$@"
|
||||
declare -g CNT
|
||||
local -a cmds=("$@")
|
||||
{ command -v buildah &>/dev/null || install_package buildah &>/dev/null; } &&
|
||||
|
||||
Reference in New Issue
Block a user