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:
parent
ee4ed1b94d
commit
c241cfb3c8
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue