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