diff options
Diffstat (limited to 'bin/ak-profile')
-rwxr-xr-x | bin/ak-profile | 4 |
1 files changed, 2 insertions, 2 deletions
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. |