mirror of
https://github.com/openwrt/routing.git
synced 2025-02-07 00:21:21 +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
|