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

Merge pull request #434 from arky/misc-checks

Adds spaces in variables after {{ and before }}
This commit is contained in:
A Holt 2017-10-22 02:43:33 -04:00 committed by GitHub
commit 630a21f645
22 changed files with 48 additions and 51 deletions

View file

@ -5,4 +5,3 @@
#
# Point dhcpd to the XS-specific config
DHCPDARGS='-cf /etc/dhcpd-iiab.conf {{ iiab_lan_iface }}'

View file

@ -58,4 +58,3 @@ iface br0 inet static
dns-search {{ iiab_domain }}
post-up systemctl restart dhcpd && systemctl restart hostapd
{% endif %}

View file

@ -45,4 +45,3 @@ iface br0 inet static
dns-search {{ iiab_domain }}
post-up systemctl restart dhcpd && systemctl restart hostapd
{% endif %}