From 4217dc0560bf40b4fa7ae6a6f964bd56b418712e Mon Sep 17 00:00:00 2001 From: kaotisk Date: Fri, 14 Jun 2024 22:36:12 +0300 Subject: Refactoring --- bin/ak-tempassin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/ak-tempassin') diff --git a/bin/ak-tempassin b/bin/ak-tempassin index 20d1810..6831dc2 100755 --- a/bin/ak-tempassin +++ b/bin/ak-tempassin @@ -5,10 +5,10 @@ source $AK_LIBDIR/_ak_log if [ ! -d "$AK_TEMP" ] then - logit "ERROR" "Could not make $AK_TEMP directory to work in" + _ak_log_error "Could not make $AK_TEMP directory to work in" echo "Could not make $AK_TEMP directory to work in" exit 1 fi -logit "INFO" "$AK_TEMP created successfully" +_ak_log_info "$AK_TEMP created successfully" echo "$AK_TEMP" -- cgit v1.2.3