From 822eccbe311b6c81dc952b14f2d3268b65f8f55c Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Tue, 13 Oct 2020 09:16:58 +0200 Subject: [PATCH] Clarifying when asking for host --- bin/genwgQR | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/genwgQR b/bin/genwgQR index a235442..5bb3758 100755 --- a/bin/genwgQR +++ b/bin/genwgQR @@ -8,7 +8,7 @@ printf "Enter password for %s: " "$keepassdb" read -r -s password printf "\n" -printf "Enter device name you want to generate the code for: " +printf "Enter host name you want to generate the code for: " read -r device printf "Enter the tunnel name: "