op-packages/luci-app-sms-tool-js/root/etc/uci-defaults/off_sms.sh
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

10 lines
246 B
Bash

#!/bin/sh
# Copyright 2023 Rafał Wabik (IceG) - From eko.one.pl forum
# Licensed to the GNU General Public License v3.0.
/etc/init.d/my_new_sms stop 2>&1 &
/etc/init.d/my_new_sms disable 2>&1 &
/etc/init.d/my_new_sms disable 2>&1 &
exit 0