diff options
Diffstat (limited to 'bin/ak-categories')
-rwxr-xr-x | bin/ak-categories | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-categories b/bin/ak-categories index cd6f55b..c9edd3c 100755 --- a/bin/ak-categories +++ b/bin/ak-categories @@ -1,5 +1,5 @@ #!/bin/bash -ZNEWSDIR="$WORKDIR/news" +ZNEWSDIR="$AK_WORKDIR/news" TEMP="/tmp/aktmp" echo $ZNEWSDIR if [ ! -d $ZNEWSDIR ]; then |