diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-06-14 22:36:12 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-06-14 22:36:12 +0300 |
commit | 4217dc0560bf40b4fa7ae6a6f964bd56b418712e (patch) | |
tree | 020e304e23b29d0eb12199c2f605f1262a3beb04 /bin/ak-tempassin | |
parent | 7743751290bb4e7678940be65725a48386e7b986 (diff) | |
download | arching-kaos-tools-4217dc0560bf40b4fa7ae6a6f964bd56b418712e.tar.gz arching-kaos-tools-4217dc0560bf40b4fa7ae6a6f964bd56b418712e.tar.bz2 arching-kaos-tools-4217dc0560bf40b4fa7ae6a6f964bd56b418712e.zip |
Refactoring
Diffstat (limited to 'bin/ak-tempassin')
-rwxr-xr-x | bin/ak-tempassin | 4 |
1 files changed, 2 insertions, 2 deletions
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" |