1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
Ycarus 2018-12-13 22:59:36 +01:00
parent 42426522cc
commit 7f88cba8a5

View file

@ -0,0 +1,6 @@
#!/bin/sh
uci -q batch <<-EOF >/dev/null
set system.@system[-1].ttylogin=1
commit system
EOF
exit 0