From e4f18be94261b39544ef3bc50321f6aedeb45bd6 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sun, 31 Mar 2024 12:00:59 +0300 Subject: huge refactor, might breaking things --- bin/ak-fs-add | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/ak-fs-add') diff --git a/bin/ak-fs-add b/bin/ak-fs-add index b422d25..d00367d 100755 --- a/bin/ak-fs-add +++ b/bin/ak-fs-add @@ -1,4 +1,5 @@ #!/bin/bash +#set -x # # The concept is bit more complicated now # @@ -47,7 +48,7 @@ TECHDIR="$TEMPORARYDIR/chks" CURRENTDIR="$(pwd)" # Our snippet for logging debug info -source $AK_LIBDIR/_ak_logit +source $AK_LIBDIR/_ak_log # Checking directories and create them if necessary rm -rf $TEMPORARYDIR -- cgit v1.2.3