From 79021eccb4593be1118af7b66dc888495299cb0b Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Sun, 4 Feb 2024 02:31:57 +0100 Subject: [PATCH] Cleanup gpg notice --- arkdep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkdep b/arkdep index 3ddb17a..8cf6393 100755 --- a/arkdep +++ b/arkdep @@ -132,7 +132,7 @@ healthcheck () { # Warn if gpg check is enabled but no keys are installed if [[ ! $gpg_signature_check -eq 0 ]] && [[ ! -s $arkdep_dir/keys/trusted-keys ]]; then - printf "\e[1;33m\e[0m\e[1m gpg_signature_check is enabled but $arkdep_dir/keys/trusted-keys does not exist or is empty\n\e[0m" + printf "\e[1;33m\e[0m\e[1m gpg_signature_check is enabled but $(readlink -m $arkdep_dir/keys/trusted-keys) does not exist or is empty\n\e[0m" fi # If $1 is healthcheck it was manually called by the user