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

Disable lcd4linux at boot

This commit is contained in:
Ycarus 2019-03-19 18:30:43 +01:00
parent cc31ab3da6
commit e641ae7165

View file

@ -0,0 +1,5 @@
#!/bin/sh
/etc/init.d/lcd4linux stop >/dev/null 2>&1
/etc/init.d/lcd4linux disable >/dev/null 2>&1
exit 0