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:
parent
4f07a8e5c7
commit
bf3b9a6f17
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue