changed hotplug-config: replaced nodewatcher by configurator
This commit is contained in:
parent
1e64ac98b8
commit
a792c40955
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && {
|
[ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && {
|
||||||
sh /etc/nodewatcher.sh
|
sh /etc/configurator.sh
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue