1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Little cosmetics changes

This commit is contained in:
Ycarus 2018-11-12 09:37:33 +01:00
parent a02c29af6d
commit 58800cb6a7
6 changed files with 39 additions and 22 deletions

View file

@ -7,7 +7,8 @@ uci -q batch <<-EOF
EOF
if [ "$(uci -q get ucitrack.@network[-1].affects | grep macvlan)" = "" ]; then
uci -q batch <<-EOF
add_list ucitrack.@network[-1].affects=macvlan
commit ucitrack
add_list ucitrack.@network[-1].affects=macvlan
commit ucitrack
EOF
fi
exit 0