From 70495ffed262f268e2b8dc90617164b175341a78 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sat, 2 Mar 2024 02:56:33 +0200 Subject: Spacings adjustment --- bin/ak-profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/ak-profile') diff --git a/bin/ak-profile b/bin/ak-profile index e7e6e48..84ead70 100755 --- a/bin/ak-profile +++ b/bin/ak-profile @@ -18,7 +18,6 @@ else logit "INFO" "zprofiledir found" fi - # This is working with DATA blocks. DATA that matched profile/add ACTION # # The profile settings/configuration is part of the blockchain produced. @@ -124,6 +123,7 @@ _ak_modules_profile_index(){ done echo "}" } + _ak_modules_profile_import(){ if [ ! -z $1 ] then @@ -179,6 +179,7 @@ EOF cd $ZPROFILEDIR rm -rf "$TEMPASSIN" } + _ak_modules_profile_usage(){ echo "Usage:" echo " $PROGRAM command [options]" @@ -199,6 +200,7 @@ _ak_modules_profile_usage(){ echo "" exit 0 } + if [ ! -z $1 ]; then case $1 in -h | --help) _ak_modules_profile_usage; exit;; -- cgit v1.2.3