4 lines
96 B
Bash
Executable file
4 lines
96 B
Bash
Executable file
#!/bin/sh
|
|
[ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && {
|
|
sh /etc/configurator.sh
|
|
}
|