From 7841e76d8908d3079b6e99dae01b2cd550b9af49 Mon Sep 17 00:00:00 2001 From: Orazio Date: Tue, 21 Jan 2020 08:29:10 +0100 Subject: [PATCH] Use a fake key as the example, just in case... --- scripts/wireguard/pivpnDEBUG.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wireguard/pivpnDEBUG.sh b/scripts/wireguard/pivpnDEBUG.sh index 56d9bd5..f2fe45c 100755 --- a/scripts/wireguard/pivpnDEBUG.sh +++ b/scripts/wireguard/pivpnDEBUG.sh @@ -198,6 +198,6 @@ echo -e ":::: \e[1mWARNING\e[0m: This script should have automatically masked se echo -e ":::: information, however, still make sure that \e[4mPrivateKey\e[0m, \e[4mPublicKey\e[0m ::::" echo -e ":::: and \e[4mPresharedKey\e[0m are masked before reporting an issue. An example key ::::" echo ":::: that you should NOT see in this log looks like this: ::::" -echo ":::: WJhKKx+Uk1l1TxaH2KcEGeBdPBTp/k/Qy4EpBig5UnI= ::::" +echo ":::: YIAoJVsdIeyvXfGGDDadHh6AxsMRymZTnnzZoAb9cxRe ::::" printf "=============================================\n" echo -e "::::\t\t\e[4mDebug complete\e[0m\t\t ::::"