mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix omr6in4
This commit is contained in:
parent
b912d1f4fb
commit
41024d2cbd
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ set_ipv6_state() {
|
||||||
|
|
||||||
|
|
||||||
start_service() {
|
start_service() {
|
||||||
[ "$(uci -q get openmptcprouter.settings.disable_ipv6)" != "$(sysctl -w net.ipv6.conf.all.disable_ipv6)" ] && set_ipv6_state
|
[ "$(uci -q get openmptcprouter.settings.disable_ipv6)" != "$(sysctl net.ipv6.conf.all.disable_ipv6)" ] && set_ipv6_state
|
||||||
[ "$(uci -q get openmptcprouter.settings.disable_ipv6)" = "1" ] && {
|
[ "$(uci -q get openmptcprouter.settings.disable_ipv6)" = "1" ] && {
|
||||||
ifdown omr6in4
|
ifdown omr6in4
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue