From 55626cf414f947be0ce5c8300f97f99421c2e222 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 24 Jun 2024 05:41:52 +0300 Subject: Reworked tempassin to lib/_ak_script --- modules/articles/main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/articles/main.sh') diff --git a/modules/articles/main.sh b/modules/articles/main.sh index 29c1c34..ebc9dd8 100755 --- a/modules/articles/main.sh +++ b/modules/articles/main.sh @@ -28,7 +28,7 @@ else fi _ak_modules_articles_create(){ - TEMP="$(ak-tempassin)" + TEMP="$(_ak_make_temp_directory)" cd $TEMP export ARTICLES_FILE="$(date +%Y%m%d_%H%M%S)" if [ -z $EDITOR ] @@ -85,7 +85,7 @@ _ak_modules_articles_import(){ } _ak_modules_articles_add(){ - TEMP="$(ak-tempassin)" + TEMP="$(_ak_make_temp_directory)" cd $TEMP if [ -f $1 ]; then FILE="$1" -- cgit v1.2.3