mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Comment cleanup
This commit is contained in:
parent
53c3c0e3d1
commit
4d0a49f5d4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# openvpn_handle is stored in 2 files on disk, one slightly stripped down (from
|
||||
# the other) due to Ansible. So we emulate Ansible's behavior, when reading from
|
||||
# (and later writing to) disk, removing outer cruft as explained on Lines 28-30
|
||||
# (and later writing to) disk, removing outer cruft as explained on Lines 27-29
|
||||
handle1=$(grep "^openvpn_handle:" /etc/iiab/local_vars.yml | sed -e "s/^openvpn_handle://; s/^\s*//; s/\s*$//; s/^\(['\"]\)\(.*\)\1$/\2/")
|
||||
echo -e "\n/etc/iiab/local_vars.yml source/master copy: $handle1"
|
||||
if [ -f /etc/iiab/openvpn_handle ]; then
|
||||
|
|
Loading…
Reference in a new issue