From 7e45b9def509ff28f70c28f50f5aa931f512d81b Mon Sep 17 00:00:00 2001 From: kaotisk Date: Wed, 29 Mar 2023 23:46:45 +0300 Subject: Further renaming --- bin/ak-profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/ak-profile') diff --git a/bin/ak-profile b/bin/ak-profile index ed83d29..93dd3ca 100755 --- a/bin/ak-profile +++ b/bin/ak-profile @@ -1,11 +1,11 @@ #!/bin/bash PROGRAM="$(basename $0)" -ZPROFILEDIR="$WORKDIR/profile" +ZPROFILEDIR="$AK_WORKDIR/profile" TEMP="/tmp/aktmp" # Outputs to log file in the classic format :) logit(){ - logthis "<$PROGRAM>" "$1" "$2" + ak-logthis "<$PROGRAM>" "$1" "$2" } # Whatever the command is, we check if $ZPROFILEDIR is there. -- cgit v1.2.3