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

Disable ttyd by default

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-05-29 19:55:50 +02:00
parent 23c980e72f
commit 6f17814f05

View file

@ -497,5 +497,9 @@ fi
uci -q commit macvlan
uci -q commit network
uci -q commit dhcp
# Disable ttyd by default
uci -q set ttyd.ttyd1.enable='0'
uci -q commit ttyd
rm -f /tmp/luci-indexcache
exit 0