Fix for issue #199 (#200)

This commit was merged in pull request #200.
This commit is contained in:
Yeriwyn
2022-05-25 02:53:15 -04:00
committed by GitHub
parent 10a39c2d0b
commit b99939257e

View File

@@ -114,9 +114,8 @@ function read_kiauh_ini() {
local func=${1}
if [[ ! -f ${INI_FILE} ]]; then
print_error "ERROR: File '~/.kiauh.ini' not found!"
log_error "Reading from .kiauh.ini failed! File not found!"
return 1
log_warning "Reading from .kiauh.ini failed! File not found! Creating default ini file."
init_ini
fi
log_info "Reading from .kiauh.ini ... (${func})"