aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-07-23 18:27:51 +0300
committerkaotisk <kaotisk@arching-kaos.org>2024-07-23 18:27:51 +0300
commit5de8e5b98a88825ed75aab7f9031b94b8b9c5731 (patch)
tree111fd7b95651e1173f407ab2a1215543f5f17e56
parentb165eece8b85b2532d53fed27fb6ca2573a79e70 (diff)
downloadarching-kaos-tools-5de8e5b98a88825ed75aab7f9031b94b8b9c5731.tar.gz
arching-kaos-tools-5de8e5b98a88825ed75aab7f9031b94b8b9c5731.tar.bz2
arching-kaos-tools-5de8e5b98a88825ed75aab7f9031b94b8b9c5731.zip
bugfixes
-rwxr-xr-xbin/ak-settings2
-rwxr-xr-xlib/_ak_gpg1
2 files changed, 2 insertions, 1 deletions
diff --git a/bin/ak-settings b/bin/ak-settings
index 7fe1ee2..45fca1e 100755
--- a/bin/ak-settings
+++ b/bin/ak-settings
@@ -21,7 +21,7 @@ source $AK_LIBDIR/_ak_settings
if [ ! -z "$AK_SETTINGS" ] && [ -n "$AK_SETTINGS" ]
then
- _ak_log_info "AK_SETTINGS = $AK_SETTINGS"
+ _ak_log_debug "AK_SETTINGS = $AK_SETTINGS"
else
_ak_log_error "No settings variable is set"
exit 1
diff --git a/lib/_ak_gpg b/lib/_ak_gpg
index e83b87d..04d218f 100755
--- a/lib/_ak_gpg
+++ b/lib/_ak_gpg
@@ -19,6 +19,7 @@ _ak_gpg_check_or_create(){
}
_ak_gpg_create_key(){
+ _ak_log_debug "Key name: $1"
if [ -z $1 ] || [ ! -n "$1" ]
then
_ak_log_error "No email label was given"