From 171d790e4492dc3063cd7874ce45a68ce8cf3665 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Fri, 13 Dec 2024 01:29:23 +0200 Subject: Outputs now are hash of the map, hash of root and original filename --- lib/_ak_fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/_ak_fs') diff --git a/lib/_ak_fs b/lib/_ak_fs index a44b852..8fd3df7 100755 --- a/lib/_ak_fs +++ b/lib/_ak_fs @@ -337,7 +337,7 @@ function _ak_fs_list(){ then find $AK_MAPSDIR -type f | while read fina do - cat $fina | tr '\n' ' ' | awk '{ print $3 " " $2 }' + cat $fina | tr '\n' ' ' | awk '{ print "'$(basename ${fina})' " $3 " " $2 }' done else _ak_log_debug "Making ${AK_MAPSDIR} directory" -- cgit v1.2.3