mirror of
https://github.com/buildwithparallel/openwrt
synced 2026-08-10 21:35:45 -04:00
5 lines
102 B
Text
5 lines
102 B
Text
case "$ACTION" in
|
|
add|register)
|
|
[ -f /var/run/trelay.active ] && /etc/init.d/trelay start
|
|
;;
|
|
esac
|