This commit is contained in:
Daniel Hansson
2023-10-03 22:39:09 +02:00
committed by GitHub
parent 3f039cb502
commit eaceefd8bb

View File

@@ -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