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