diff --git a/package/gluon-wan-dnsmasq/files/etc/hotplug.d/iface/50-gluon-wan-dnsmasq b/package/gluon-wan-dnsmasq/files/etc/hotplug.d/iface/50-gluon-wan-dnsmasq index d559e9b1..f43cbbb8 100644 --- a/package/gluon-wan-dnsmasq/files/etc/hotplug.d/iface/50-gluon-wan-dnsmasq +++ b/package/gluon-wan-dnsmasq/files/etc/hotplug.d/iface/50-gluon-wan-dnsmasq @@ -1,3 +1,3 @@ if [ "$INTERFACE" = 'wan' -o "$INTERFACE" = 'wan6' ]; then - /lib/gluon/wan-dnsmasq/update.lua + /lib/gluon/wan-dnsmasq/update.lua fi