diff --git a/root_file_system/default/etc/hotplug.d/iface/51-nodewatcher b/root_file_system/default/etc/hotplug.d/iface/51-configurator similarity index 66% rename from root_file_system/default/etc/hotplug.d/iface/51-nodewatcher rename to root_file_system/default/etc/hotplug.d/iface/51-configurator index b753a7a..197f815 100755 --- a/root_file_system/default/etc/hotplug.d/iface/51-nodewatcher +++ b/root_file_system/default/etc/hotplug.d/iface/51-configurator @@ -1,4 +1,4 @@ #!/bin/sh [ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && { - sh /etc/nodewatcher.sh + sh /etc/configurator.sh } \ No newline at end of file