changed hotplug-config: replaced nodewatcher by configurator

This commit is contained in:
bjo 2011-08-04 02:54:40 +00:00
parent 1e64ac98b8
commit a792c40955
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
[ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && {
sh /etc/nodewatcher.sh
sh /etc/configurator.sh
}