1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

openvpn/templates/announcer.j2: Clarify all handle spaces changed to underscores

This commit is contained in:
A Holt 2020-11-23 03:32:51 -05:00 committed by GitHub
parent 4f07a8e5c7
commit bf3b9a6f17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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