2021-09-24 23:37:27 +08:00
|
|
|
#!/bin/sh
|
2023-05-01 16:22:51 +08:00
|
|
|
# Copyright 2020-2023 Rafał Wabik (IceG) - From eko.one.pl forum
|
2021-09-24 23:37:27 +08:00
|
|
|
# Licensed to the GNU General Public License v3.0.
|
|
|
|
|
2023-05-01 16:22:51 +08:00
|
|
|
/etc/init.d/smsled stop 2>&1 &
|
|
|
|
/etc/init.d/smsled disable 2>&1 &
|
|
|
|
/etc/init.d/smsled disable 2>&1 &
|
2021-09-24 23:37:27 +08:00
|
|
|
|
|
|
|
exit 0
|