diff --git a/roles/network/templates/network/dnsmasq.sh.j2 b/roles/network/templates/network/dnsmasq.sh.j2 index fedadf80d..31700113e 100755 --- a/roles/network/templates/network/dnsmasq.sh.j2 +++ b/roles/network/templates/network/dnsmasq.sh.j2 @@ -1,6 +1,5 @@ #!/bin/bash -if [ "$IFACE" == "{{ iiab_lan_iface }}" ]; -then - /bin/systemctl restart dnsmasq.service +if [ "$IFACE" == "{{ iiab_lan_iface }}" ]; then + /bin/systemctl restart dnsmasq.service fi