diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-03-02 02:56:33 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-03-02 02:56:33 +0200 |
commit | 70495ffed262f268e2b8dc90617164b175341a78 (patch) | |
tree | 0a0dacc0b6da1ca781f38c2bd3855d433c15486e /bin/ak-profile | |
parent | b11434ed1255f3c6a967be093e6e193780bc7ed5 (diff) | |
download | arching-kaos-tools-70495ffed262f268e2b8dc90617164b175341a78.tar.gz arching-kaos-tools-70495ffed262f268e2b8dc90617164b175341a78.tar.bz2 arching-kaos-tools-70495ffed262f268e2b8dc90617164b175341a78.zip |
Spacings adjustment
Diffstat (limited to 'bin/ak-profile')
-rwxr-xr-x | bin/ak-profile | 4 |
1 files changed, 3 insertions, 1 deletions
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;; |