From 3dab40bb8dcfb2c4fffaf4ea9827114f40a1ef03 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Fri, 15 Nov 2024 09:30:34 +0200 Subject: Settings directory properly set up during installation now --- lib/_ak_script | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/_ak_script') diff --git a/lib/_ak_script b/lib/_ak_script index 97013fb..81da347 100755 --- a/lib/_ak_script +++ b/lib/_ak_script @@ -35,7 +35,6 @@ _ak_help(){ } _ak_title_description(){ - if [ ! -n "$descriptionString" ] then # Choose to exit with error to enforce standard @@ -44,7 +43,6 @@ _ak_title_description(){ # Alternative solution # full_title="$(printf '%s' "$PROGRAM")" fi - full_title="$(printf '%s - %s' "$PROGRAM" "$descriptionString")" delimiter_count=`echo -n $full_title | wc -c` ( -- cgit v1.2.3