mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 19:11:51 +00:00
6 lines
108 B
Text
6 lines
108 B
Text
|
#!/bin/sh
|
||
|
|
||
|
/etc/init.d/lcd4linux stop >/dev/null 2>&1
|
||
|
/etc/init.d/lcd4linux disable >/dev/null 2>&1
|
||
|
exit 0
|