From 9f116c52700fcf9a72a259d81df39511b391a647 Mon Sep 17 00:00:00 2001 From: fujr Date: Wed, 13 Nov 2024 14:24:54 +0800 Subject: [PATCH] fix soft reboot --- luci/luci-app-qmodem/root/usr/share/qmodem/generic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci/luci-app-qmodem/root/usr/share/qmodem/generic.sh b/luci/luci-app-qmodem/root/usr/share/qmodem/generic.sh index 6d43cd4..709a6e5 100755 --- a/luci/luci-app-qmodem/root/usr/share/qmodem/generic.sh +++ b/luci/luci-app-qmodem/root/usr/share/qmodem/generic.sh @@ -299,7 +299,7 @@ get_info() soft_reboot() { at_command="AT+CFUN=1,1" - echo "at $at_port $at_command" > /tmp/555/value + at $at_port $at_command } hard_reboot()