From 8a83b7243a098a4c06b71f6727252d9d6cdecd49 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sun, 15 Dec 2024 21:38:00 +0200 Subject: Modules fixes --- modules/mixtapes/main.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/mixtapes/main.sh') diff --git a/modules/mixtapes/main.sh b/modules/mixtapes/main.sh index a9373f6..ce9b35a 100755 --- a/modules/mixtapes/main.sh +++ b/modules/mixtapes/main.sh @@ -28,10 +28,11 @@ ## # We can extend it by calling the _ak_zblock_pack.sh mixtape/add data ## ORIGINAL LINE fullprogrampath="$(realpath $0)" -PROGRAM="ak-module-$(realpath $0 | rev |cut -d '/' -f 2 | rev)" +MODULE="$(realpath $0 | rev |cut -d '/' -f 2 | rev)" +PROGRAM="ak-module-$MODULE" descriptionString="AK mixtape block creator" source $AK_LIBDIR/_ak_script -source $AK_MODULESDIR/$PROGRAM/lib.sh +source $AK_MODULESDIR/$MODULE/lib.sh if [ ! -z $1 ]; then case $1 in -- cgit v1.2.3