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()