1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-13 11:01:50 +00:00
openmptcprouter-feeds/openmptcprouter/files/etc/uci-defaults/2070-lcd4linux
2019-03-19 18:30:43 +01:00

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