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

Display as direct output when public IP is the same as one wan public ip

This commit is contained in:
Ycarus (Yannick Chabanois) 2022-05-23 20:40:51 +02:00
parent eedbfc56b7
commit dc01b097d2
50 changed files with 6 additions and 11468 deletions

View file

@ -1,12 +0,0 @@
#!/bin/sh
if [ "$PKG_UPGRADE" != 1 ]; then
uci get luci.themes.Argon >/dev/null 2>&1 || \
uci batch <<-EOF
set luci.themes.Argon=/luci-static/argon
set luci.main.mediaurlbase=/luci-static/argon
commit luci
EOF
fi
exit 0