mir3c/squashfs-root/etc/hotplug.d/iface/91-securitypage

6 lines
106 B
Plaintext
Raw Normal View History

2018-05-25 08:49:31 +00:00
#!/bin/sh
[ "$ACTION" = "ifup" ] && [ "$INTERFACE" = "wan" ] && {
/etc/init.d/securitypage restart
}