aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-files
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-files')
-rwxr-xr-xbin/ak-files4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ak-files b/bin/ak-files
index 8821a0d..923e246 100755
--- a/bin/ak-files
+++ b/bin/ak-files
@@ -1,11 +1,11 @@
#!/bin/bash
# The following creates a mixtape data message
# We can extend it by calling the pack_z_block.sh mixtape/add data
-ZFILESDIR="$WORKDIR/files"
+ZFILESDIR="$AK_WORKDIR/files"
TEMP="/tmp/aktmp"
PROGRAM="$(basename $0)"
logit(){
- logthis "<$PROGRAM>" "$1" "$2"
+ ak-logthis "<$PROGRAM>" "$1" "$2"
}
if [ ! -d $ZFILESDIR ]; then
mkdir $ZFILESDIR