diff options
Diffstat (limited to 'bin/ak-profile')
-rwxr-xr-x | bin/ak-profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-profile b/bin/ak-profile index 1712575..c686f28 100755 --- a/bin/ak-profile +++ b/bin/ak-profile @@ -178,7 +178,7 @@ _ak_modules_profile_import(){ # Adds a file as a profile/add ACTION on the zchain. _ak_modules_profile_add(){ - TEMP="$(ak-tempassin)" + TEMP="$(_ak_make_temp_directory)" cd $TEMP if [ -f $ZPROFILEDIR/$1 ]; then FILE="$ZPROFILEDIR/$1" |