From eaceefd8bbe3922ddb2f7ee0dc85945427a953e0 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Tue, 3 Oct 2023 22:39:09 +0200 Subject: [PATCH] typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index fda49d2..4384962 100644 --- a/install.sh +++ b/install.sh @@ -364,7 +364,7 @@ do print_text_in_color "$ICyan" "Checking if public key is generated..." sleep 5 else - print_text_in_color "$IGreen" "Pubilc key path: $PUBKEYNAME" + print_text_in_color "$IGreen" "Public key path: $PUBKEYNAME" PUBLICKEY=$(cat "$PUBKEYNAME") break fi