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

Update dnsmasq.sh.j2

This commit is contained in:
A Holt 2019-06-29 15:27:20 -04:00 committed by GitHub
parent ee4ed1b94d
commit c241cfb3c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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