logging: log which function is reading .kiauh.ini

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-04-23 14:57:14 +02:00
parent bf2b24891c
commit d87132fc88
8 changed files with 14 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ function check_for_backup_dir(){
}
function backup_before_update(){
read_kiauh_ini
read_kiauh_ini "${FUNCNAME[0]}"
# shellcheck disable=SC2154
local state="${backup_before_update}"
[ "${state}" = "false" ] && return