From bf3b9a6f176a515dad72962748f01784233a45f1 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 23 Nov 2020 03:32:51 -0500 Subject: [PATCH] openvpn/templates/announcer.j2: Clarify all handle spaces changed to underscores --- roles/openvpn/templates/announcer.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openvpn/templates/announcer.j2 b/roles/openvpn/templates/announcer.j2 index 457ddd115..7d55d305b 100755 --- a/roles/openvpn/templates/announcer.j2 +++ b/roles/openvpn/templates/announcer.j2 @@ -26,7 +26,7 @@ # '{ if((toupper($1) == "HANDLE") && ($2 == "=")) { print $3;}}'` # fi #fi -HANDLE=${HANDLE// /_} +HANDLE=${HANDLE// /_} # Change all spaces to underscores #if [ -f /etc/iiab/uuid ]; then UUID=$(cat /etc/iiab/uuid) # Sets to "" if file doesn't exist (error is ok!) #fi