mirror of
https://github.com/openwrt/routing.git
synced 2025-04-03 22:35:23 +00:00
5 lines
121 B
Bash
5 lines
121 B
Bash
#!/bin/sh
|
|
/etc/init.d/ohybridproxy enabled || exit 0
|
|
[ "$ACTION" = ifupdate ] && exit 0
|
|
/etc/init.d/ohybridproxy restart
|