diff --git a/cd.sh b/cd.sh index 6ffb0c3..e143c0d 100644 --- a/cd.sh +++ b/cd.sh @@ -47,7 +47,7 @@ local text="${2}" function cd_set_dns_resolving { local server local text='' - cd_step "set name servers" + cd_step "${FUNCNAME}" for server in "${CD_DNS_SERVERS[@]}" ; do text+="nameserver ${server} " @@ -57,7 +57,7 @@ local text='' } function cd_set_packages_repositories { - cd_step "configure package repositories" + cd_step "${FUNCNAME}" case "${CD_OS_NAME}" in 'debian') cd_write '/etc/apt/sources.list' "\ @@ -72,7 +72,7 @@ deb https://deb.debian.org/debian-security bookworm-security main } function cd_set_packages_configuration { - cd_step "configure package manager" + cd_step "${FUNCNAME}" case "${CD_OS_NAME}" in 'debian') cd_write '/etc/apt/apt.conf.d/apt.conf' "\