From 202e03c71b49ba57a9bb42cf3327381b89c33d73 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Sun, 5 Dec 2021 15:28:42 -0800 Subject: [PATCH] Correct typo in Debug script output styling Compare with `scripts/openvpn/pivpnDebug.sh`, where the escape characters are correctly sequenced for "a tab, and then some styled text". --- 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 b7f8f73..3a68198 100755 --- a/scripts/wireguard/pivpnDEBUG.sh +++ b/scripts/wireguard/pivpnDEBUG.sh @@ -47,7 +47,7 @@ else fi printf "=============================================\n" -echo -e ":::: \t\e[4mRecursive list of files in\e[0m\t ::::\n::::\e\t[4m/etc/wireguard shown below\e[0m\t ::::" +echo -e ":::: \t\e[4mRecursive list of files in\e[0m\t ::::\n::::\t\e[4m/etc/wireguard shown below\e[0m\t ::::" ls -LR /etc/wireguard printf "=============================================\n" echo -e "::::\t\t\e[4mSelf check\e[0m\t\t ::::"