mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-31 03:22:05 +08:00
5 lines
112 B
Bash
5 lines
112 B
Bash
#!/bin/sh
|
|
[ "$ACTION" = "ifup" ] && [ "$INTERFACE" = "wan" ] && {
|
|
sleep 5
|
|
/etc/init.d/eqosplus restart
|
|
} |